Commit 71d3c5bf authored by Yang Tse's avatar Yang Tse
Browse files

Disable all tests except #557 on x86_64 and ia64 to debug trace curl_mprintf() on these systems.

parent bc69e46a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1820,6 +1820,11 @@ 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;