mirror of
https://github.com/curl/curl.git
synced 2026-08-19 12:53:49 +03:00
Re-enable all tests on x86_64 and ia64.
This commit is contained in:
parent
c9f2c54c49
commit
d744c85310
1 changed files with 0 additions and 5 deletions
|
|
@ -1820,11 +1820,6 @@ sub singletest {
|
|||
last;
|
||||
}
|
||||
|
||||
my $dbghosttype=join(' ', runclientoutput("uname -a"));
|
||||
if(($dbghosttype =~ /x86_64/) || ($dbghosttype =~ /ia64/)) {
|
||||
$why = "debugging curl_mprintf" if($testnum != 557);
|
||||
}
|
||||
|
||||
if(!$why) {
|
||||
my @keywords = getpart("info", "keywords");
|
||||
my $match;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue