diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index d2132c325..2c9a4bfc7 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -517,7 +517,7 @@ sub singletest { } else { if(!$short) { - print "curl returned $res\n"; + print "curl returned $res, ".(0+$errorcode)." was expected\n"; } print " error FAILED\n"; return 1; |