]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1139: make it display the difference on test failures 5644/head
authorDaniel Stenberg <daniel@haxx.se>
Fri, 3 Jul 2020 15:02:33 +0000 (17:02 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 14 Jul 2020 16:31:37 +0000 (18:31 +0200)
tests/data/test1139
tests/manpage-scan.pl

index 72761c670888cbd1c807b05475c1cd309b53c15b..b5267b012d771033cee7dd0a33a3202ba3dcd28b 100644 (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>
index 10d2d15a169256e59a7517a5c1fcc6cc5cb5835a..41dfdec9c3abff5ff189be844f036edbba7f6d9b 100755 (executable)
@@ -288,4 +288,4 @@ foreach my $o (keys %opts) {
     }
 }
 
-exit $errors;
+print STDERR "$errors\n";