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:
parent
839e9f342b
commit
c13c67e127
@ -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>
|
||||||
|
@ -288,4 +288,4 @@ foreach my $o (keys %opts) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
exit $errors;
|
print STDERR "$errors\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user