summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-01-20 23:17:22 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-01-20 23:17:22 +0100
commite79c1e39e9e727089379dc3bc46b1d4250180048 (patch)
tree0aa0099f89f3927235edb0675b32087337be8f03
parent77f0fcae0e345c1a0cd069784e176881346e0001 (diff)
downloadgnurl-e79c1e39e9e727089379dc3bc46b1d4250180048.tar.gz
gnurl-e79c1e39e9e727089379dc3bc46b1d4250180048.tar.bz2
gnurl-e79c1e39e9e727089379dc3bc46b1d4250180048.zip
runtests.pl: make -s not show skipped tests
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 15461d63d..8d0ff481f 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";