From: Yang Tse Date: Sun, 24 Aug 2008 15:57:52 +0000 (+0000) Subject: Disable all tests except #557 on x86_64 and ia64 to debug trace curl_mprintf() on... X-Git-Tag: curl-7_19_0~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71d3c5bf415659162172332362ffa605edc8147e;p=thirdparty%2Fcurl.git Disable all tests except #557 on x86_64 and ia64 to debug trace curl_mprintf() on these systems. --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 79d85e674c..1eee31eae0 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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;