From: Daniel Stenberg Date: Fri, 3 Jul 2020 15:02:33 +0000 (+0200) Subject: test1139: make it display the difference on test failures X-Git-Tag: curl-7_72_0~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5644%2Fhead;p=thirdparty%2Fcurl.git test1139: make it display the difference on test failures --- diff --git a/tests/data/test1139 b/tests/data/test1139 index 72761c6708..b5267b012d 100644 --- a/tests/data/test1139 +++ b/tests/data/test1139 @@ -15,13 +15,19 @@ documentation none - + Verify that all libcurl options have man pages - + %SRCDIR/manpage-scan.pl %SRCDIR/.. %PWD/.. + + +0 + + + diff --git a/tests/manpage-scan.pl b/tests/manpage-scan.pl index 10d2d15a16..41dfdec9c3 100755 --- a/tests/manpage-scan.pl +++ b/tests/manpage-scan.pl @@ -288,4 +288,4 @@ foreach my $o (keys %opts) { } } -exit $errors; +print STDERR "$errors\n";