From: Daniel Stenberg Date: Thu, 20 Jan 2011 22:17:22 +0000 (+0100) Subject: runtests.pl: make -s not show skipped tests X-Git-Tag: curl-7_21_4~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e79c1e39e9e727089379dc3bc46b1d4250180048;p=thirdparty%2Fcurl.git runtests.pl: make -s not show skipped tests --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 15461d63d8..8d0ff481f8 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -4335,7 +4335,7 @@ if($all) { sprintf("%.0f", $sofar) ." seconds.\n"; } -if($skipped) { +if($skipped && !$short) { my $s=0; logmsg "TESTINFO: $skipped tests were skipped due to these restraints:\n";