Commit 82107a02 authored by Yang Tse's avatar Yang Tse
Browse files

Re-enable test #100 on i686 icc autobuilds

parent 51589359
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" if($testnum != 1);
        $why = "debugging icc build" if(($testnum != 1) && ($testnum != 100));
    }

    if(!$why) {