Re-enable test #100 on i686 icc autobuilds
authorYang Tse <yangsita@gmail.com>
Wed, 24 Sep 2008 01:29:23 +0000 (01:29 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 24 Sep 2008 01:29:23 +0000 (01:29 +0000)
tests/runtests.pl

index cbb9b53..77787dc 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" if($testnum != 1);
+        $why = "debugging icc build" if(($testnum != 1) && ($testnum != 100));
     }
 
     if(!$why) {