mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:53:32 +03:00
Disable all tests on i686 icc autobuilds to inspect build messages
This commit is contained in:
parent
a3787eff19
commit
eae27d1788
1 changed files with 5 additions and 0 deletions
|
|
@ -1820,6 +1820,11 @@ sub singletest {
|
|||
last;
|
||||
}
|
||||
|
||||
my $dbghosttype=join(' ', runclientoutput("uname -a"));
|
||||
if(($dbghosttype =~ /SMP PREEMPT/) && ($dbghosttype =~ /i686 GNU/)) {
|
||||
$why = "debugging icc build";
|
||||
}
|
||||
|
||||
if(!$why) {
|
||||
my @keywords = getpart("info", "keywords");
|
||||
my $match;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue