Commit 1e076a4a authored by Yang Tse's avatar Yang Tse
Browse files

Re-enable tests #1 on i686 icc autobuilds

parent 18831186
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {