1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-10 21:48:10 -05:00

test1139: make it display the difference on test failures

This commit is contained in:
Daniel Stenberg 2020-07-03 17:02:33 +02:00
parent 839e9f342b
commit c13c67e127
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 9 additions and 3 deletions

View File

@ -15,13 +15,19 @@ documentation
none none
</server> </server>
<name> <name>
Verify that all libcurl options have man pages Verify that all libcurl options have man pages
</name> </name>
<command type="perl"> <command type="perl">
%SRCDIR/manpage-scan.pl %SRCDIR/.. %PWD/.. %SRCDIR/manpage-scan.pl %SRCDIR/.. %PWD/..
</command> </command>
</client> </client>
<verify>
<stderr>
0
</stderr>
</verify>
</testcase> </testcase>

View File

@ -288,4 +288,4 @@ foreach my $o (keys %opts) {
} }
} }
exit $errors; print STDERR "$errors\n";