Loading tests/runtests.pl +5 −0 Original line number Diff line number Diff line Loading @@ -1820,6 +1820,11 @@ sub singletest { last; } my $dbghosttype=join(' ', runclientoutput("uname -a")); if(($dbghosttype =~ /SMP PREEMPT/) && ($dbghosttype =~ /i686 GNU/)) { $why = "debugging icc build"; } if(!$why) { my @keywords = getpart("info", "keywords"); my $match; Loading Loading
tests/runtests.pl +5 −0 Original line number Diff line number Diff line Loading @@ -1820,6 +1820,11 @@ sub singletest { last; } my $dbghosttype=join(' ', runclientoutput("uname -a")); if(($dbghosttype =~ /SMP PREEMPT/) && ($dbghosttype =~ /i686 GNU/)) { $why = "debugging icc build"; } if(!$why) { my @keywords = getpart("info", "keywords"); my $match; Loading