diff --git a/tests/runtests.pl b/tests/runtests.pl index 32169084d762b055b2eda4867fbf8c3524247703..cbb9b53b8ae23d0234a4694964e3b98552747837 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) {