From 82107a02f5eb97087b58ac1f932f068ec685d150 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 24 Sep 2008 01:29:23 +0000 Subject: Re-enable test #100 on i686 icc autobuilds --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runtests.pl') diff --git a/tests/runtests.pl b/tests/runtests.pl index cbb9b53b8..77787dc3f 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) { -- cgit v1.2.3