aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-22 18:55:42 +0000
committerYang Tse <yangsita@gmail.com>2008-09-22 18:55:42 +0000
commit1e076a4ae0d412ec2413f12db472fd52849d3d56 (patch)
treeea69551be5de5d6992bc585b23c57d5b9eeefce6
parent188311863aac80346ac2ad23470c572fd0274520 (diff)
Re-enable tests #1 on i686 icc autobuilds
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
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) {