mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:01:41 +03: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
2 changed files with 9 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue