mirror of
https://github.com/moparisthebest/curl
synced 2024-12-25 01:28:51 -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>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
|
<verify>
|
||||||
|
<stdout>
|
||||||
|
OK
|
||||||
|
</stdout>
|
||||||
|
</verify>
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
@ -178,3 +178,6 @@ if($summary) {
|
|||||||
if($misses) {
|
if($misses) {
|
||||||
exit 2; # there are stuff to attend to!
|
exit 2; # there are stuff to attend to!
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
print "OK\n";
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user