1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Re-enable test #100 on i686 icc autobuilds

This commit is contained in:
Yang Tse 2008-09-24 01:29:23 +00:00
parent 515893595d
commit 82107a02f5

View File

@ -1822,7 +1822,7 @@ sub singletest {
my $dbghosttype=join(' ', runclientoutput("uname -a")); my $dbghosttype=join(' ', runclientoutput("uname -a"));
if(($dbghosttype =~ /SMP PREEMPT/) && ($dbghosttype =~ /i686 GNU/)) { if(($dbghosttype =~ /SMP PREEMPT/) && ($dbghosttype =~ /i686 GNU/)) {
$why = "debugging icc build" if($testnum != 1); $why = "debugging icc build" if(($testnum != 1) && ($testnum != 100));
} }
if(!$why) { if(!$why) {