From: Daniel Stenberg Date: Fri, 3 Jul 2020 09:33:19 +0000 (+0200) Subject: test1119: verify stdout in the test X-Git-Tag: curl-7_72_0~106 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=839e9f342b0f85f99f3033dc91a31843ea835f30;p=thirdparty%2Fcurl.git test1119: verify stdout in the test So that failures will be displayed in the terminal, as it makes test failures visually displayed easier and faster. Closes #5644 --- diff --git a/tests/data/test1119 b/tests/data/test1119 index 017f598f31..5fb3c944ac 100644 --- a/tests/data/test1119 +++ b/tests/data/test1119 @@ -22,4 +22,10 @@ Verify that symbols-in-versions and headers are in sync + + +OK + + + diff --git a/tests/symbol-scan.pl b/tests/symbol-scan.pl index e8f594ee6a..7905ee7726 100755 --- a/tests/symbol-scan.pl +++ b/tests/symbol-scan.pl @@ -178,3 +178,6 @@ if($summary) { if($misses) { exit 2; # there are stuff to attend to! } +else { + print "OK\n"; +}