mirror of
https://github.com/curl/curl.git
synced 2026-07-23 16:27:17 +03:00
runtests.pl: make -s not show skipped tests
This commit is contained in:
parent
77f0fcae0e
commit
e79c1e39e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue