mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
Disable all tests on i686 icc autobuilds to inspect build messages
This commit is contained in:
parent
a3787eff19
commit
eae27d1788
@ -1820,6 +1820,11 @@ sub singletest {
|
|||||||
last;
|
last;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
my $dbghosttype=join(' ', runclientoutput("uname -a"));
|
||||||
|
if(($dbghosttype =~ /SMP PREEMPT/) && ($dbghosttype =~ /i686 GNU/)) {
|
||||||
|
$why = "debugging icc build";
|
||||||
|
}
|
||||||
|
|
||||||
if(!$why) {
|
if(!$why) {
|
||||||
my @keywords = getpart("info", "keywords");
|
my @keywords = getpart("info", "keywords");
|
||||||
my $match;
|
my $match;
|
||||||
|
Loading…
Reference in New Issue
Block a user