From: Yang Tse Date: Mon, 27 Oct 2008 20:09:35 +0000 (+0000) Subject: don't skip tests 558 and 559 on i686 icc autobuilds X-Git-Tag: curl-7_19_1~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9230708e47d167d2e52564dd53ecfbd8cdafcceb;p=thirdparty%2Fcurl.git don't skip tests 558 and 559 on i686 icc autobuilds --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 381692a543..d7c2d84fc0 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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"; }