]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
don't skip tests 558 and 559 on i686 icc autobuilds
authorYang Tse <yangsita@gmail.com>
Mon, 27 Oct 2008 20:09:35 +0000 (20:09 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 27 Oct 2008 20:09:35 +0000 (20:09 +0000)
tests/runtests.pl

index 381692a543b85b63e122816eefc48ff1a42987b8..d7c2d84fc0e8509b14d336ab0306f3e418b0b3c3 100755 (executable)
@@ -1827,7 +1827,7 @@ sub singletest {
             if(($testnum != 1)   && ($testnum != 100) &&
                ($testnum != 500) && ($testnum != 507) &&
                ($testnum != 517) && ($testnum != 534) &&
-               ($testnum != 558) &&
+               ($testnum != 558) && ($testnum != 559) &&
                ($testnum != 557) && ($testnum != 1013)) {
                 $why = "debugging icc build";
             }