]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1119: verify stdout in the test
authorDaniel Stenberg <daniel@haxx.se>
Fri, 3 Jul 2020 09:33:19 +0000 (11:33 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 14 Jul 2020 16:31:30 +0000 (18:31 +0200)
So that failures will be displayed in the terminal, as it makes test failures
visually displayed easier and faster.

Closes #5644

tests/data/test1119
tests/symbol-scan.pl

index 017f598f31e520b25ab6e0393ded7587ab74d2ed..5fb3c944accbd9b67dab7f6e59699eda2297e94a 100644 (file)
@@ -22,4 +22,10 @@ Verify that symbols-in-versions and headers are in sync
 </command>
 </client>
 
+<verify>
+<stdout>
+OK
+</stdout>
+</verify>
+
 </testcase>
index e8f594ee6a43daf506767afdfd4ced442e3fcecb..7905ee7726f635079b5cc3eac2ed02da2aa975dc 100755 (executable)
@@ -178,3 +178,6 @@ if($summary) {
 if($misses) {
     exit 2; # there are stuff to attend to!
 }
+else {
+    print "OK\n";
+}