Commit e79c1e39 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

runtests.pl: make -s not show skipped tests

parent 77f0fcae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";