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: upstream/7.37.1~7127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82107a02f5eb97087b58ac1f932f068ec685d150;p=platform%2Fupstream%2Fcurl.git Re-enable test #100 on i686 icc autobuilds --- diff --git a/tests/runtests.pl b/tests/runtests.pl index cbb9b53..77787dc 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) {