From 1e076a4ae0d412ec2413f12db472fd52849d3d56 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 22 Sep 2008 18:55:42 +0000 Subject: Re-enable tests #1 on i686 icc autobuilds --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index 32169084d..cbb9b53b8 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) { -- cgit v1.2.3