mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 00:58:48 -05:00
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:
parent
f5e6907d52
commit
839e9f342b
@ -22,4 +22,10 @@ Verify that symbols-in-versions and headers are in sync
|
||||
</command>
|
||||
</client>
|
||||
|
||||
<verify>
|
||||
<stdout>
|
||||
OK
|
||||
</stdout>
|
||||
</verify>
|
||||
|
||||
</testcase>
|
||||
|
@ -178,3 +178,6 @@ if($summary) {
|
||||
if($misses) {
|
||||
exit 2; # there are stuff to attend to!
|
||||
}
|
||||
else {
|
||||
print "OK\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user