runtests.pl: make -s not show skipped tests

This commit is contained in:
Daniel Stenberg 2011-01-20 23:17:22 +01:00
parent 77f0fcae0e
commit e79c1e39e9

View File

@ -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";