From: Yang Tse Date: Wed, 24 Sep 2008 01:29:23 +0000 (+0000) Subject: Re-enable test #100 on i686 icc autobuilds X-Git-Tag: curl-7_19_1~291 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82107a02f5eb97087b58ac1f932f068ec685d150;p=thirdparty%2Fcurl.git Re-enable test #100 on i686 icc autobuilds --- diff --git a/tests/runtests.pl b/tests/runtests.pl index cbb9b53b8a..77787dc3f0 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" if($testnum != 1); + $why = "debugging icc build" if(($testnum != 1) && ($testnum != 100)); } if(!$why) {