mirror of
https://github.com/curl/curl.git
synced 2026-04-21 13:52:11 +03:00
don't skip tests 558 and 559 on i686 icc autobuilds
This commit is contained in:
parent
92f3b3895e
commit
9230708e47
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue