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
This commit is contained in:
Daniel Stenberg 2020-07-03 11:33:19 +02:00
parent f5e6907d52
commit 839e9f342b
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 9 additions and 0 deletions

View File

@ -22,4 +22,10 @@ Verify that symbols-in-versions and headers are in sync
</command>
</client>
<verify>
<stdout>
OK
</stdout>
</verify>
</testcase>

View File

@ -178,3 +178,6 @@ if($summary) {
if($misses) {
exit 2; # there are stuff to attend to!
}
else {
print "OK\n";
}