From: Yang Tse Date: Mon, 22 Sep 2008 18:55:42 +0000 (+0000) Subject: Re-enable tests #1 on i686 icc autobuilds X-Git-Tag: curl-7_19_1~305 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e076a4ae0d412ec2413f12db472fd52849d3d56;p=thirdparty%2Fcurl.git Re-enable tests #1 on i686 icc autobuilds --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 32169084d7..cbb9b53b8a 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1822,7 +1822,7 @@ sub singletest { my $dbghosttype=join(' ', runclientoutput("uname -a")); if(($dbghosttype =~ /SMP PREEMPT/) && ($dbghosttype =~ /i686 GNU/)) { - $why = "debugging icc build"; + $why = "debugging icc build" if($testnum != 1); } if(!$why) {