diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2021-10-12 02:18:05 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2021-10-12 02:18:05 -0400 |
commit | a27984cec7ed69ddab122280aedc325278a5104d (patch) | |
tree | 3ba467eb2b8f3f8038410ab84fd827fd6362d52a | |
parent | 27e339dd466489c64a597d9054ce12793405c24d (diff) | |
download | curl-a27984cec7ed69ddab122280aedc325278a5104d.tar.gz |
squashme: fix ignored failed tests output
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index d0d2527bb..a53126b9a 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -6160,7 +6160,7 @@ if($total) { logmsg "\nTESTFAIL: These test cases failed: $failed\n\n"; } if($failedign) { - logmsg "\nTESTDONE: Ignored failed tests: $failed\n\n"; + logmsg "\nTESTDONE: Ignored failed tests: $failedign\n\n"; } } } |