From 839e9f342b0f85f99f3033dc91a31843ea835f30 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 3 Jul 2020 11:33:19 +0200 Subject: [PATCH] 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 --- tests/data/test1119 | 6 ++++++ tests/symbol-scan.pl | 3 +++ 2 files changed, 9 insertions(+) diff --git a/tests/data/test1119 b/tests/data/test1119 index 017f598f3..5fb3c944a 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 e8f594ee6..7905ee772 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"; +}