aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {