mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
Disable all tests except #557 on x86_64 and ia64 to debug trace curl_mprintf() on these systems.
This commit is contained in:
parent
bc69e46ad1
commit
71d3c5bf41
@ -1820,6 +1820,11 @@ sub singletest {
|
|||||||
last;
|
last;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
my $dbghosttype=join(' ', runclientoutput("uname -a"));
|
||||||
|
if(($dbghosttype =~ /x86_64/) || ($dbghosttype =~ /ia64/)) {
|
||||||
|
$why = "debugging curl_mprintf" if($testnum != 557);
|
||||||
|
}
|
||||||
|
|
||||||
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