Skip to content
Snippets Groups Projects
Commit 1e076a4a authored by Yang Tse's avatar Yang Tse
Browse files

Re-enable tests #1 on i686 icc autobuilds

parent 18831186
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment