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
</server>
<name>
<name>
Verify that all libcurl options have man pages
</name>
</name>
<command type="perl">
%SRCDIR/manpage-scan.pl %SRCDIR/.. %PWD/..
</command>
</client>
<verify>
<stderr>
0
</stderr>
</verify>
</testcase>

View File

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