aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-24 01:29:23 +0000
committerYang Tse <yangsita@gmail.com>2008-09-24 01:29:23 +0000
commit82107a02f5eb97087b58ac1f932f068ec685d150 (patch)
treedcba8577e573cb74f5a5a1d820a7a1900fd11478
parent515893595dafd99d83c1603533524076742aaa51 (diff)
Re-enable test #100 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 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) {