Re-enable tests #1 on i686 icc autobuilds
authorYang Tse <yangsita@gmail.com>
Mon, 22 Sep 2008 18:55:42 +0000 (18:55 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 22 Sep 2008 18:55:42 +0000 (18:55 +0000)
tests/runtests.pl

index 3216908..cbb9b53 100755 (executable)
@@ -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) {