mirror of
https://github.com/curl/curl.git
synced 2026-04-26 10:02:13 +03:00
Re-enable tests #1 on i686 icc autobuilds
This commit is contained in:
parent
188311863a
commit
1e076a4ae0
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue