Loading tests/runtests.pl +2 −1 Original line number Original line Diff line number Diff line Loading @@ -2370,7 +2370,8 @@ sub singletest { } } else { else { if(!$short) { if(!$short) { printf "\ncurl returned $cmdres, %d was expected\n", $errorcode; printf("\n%s returned $cmdres, %d was expected\n", (!$tool)?"curl":$tool, $errorcode); } } logmsg " exit FAILED\n"; logmsg " exit FAILED\n"; return 1; return 1; Loading Loading
tests/runtests.pl +2 −1 Original line number Original line Diff line number Diff line Loading @@ -2370,7 +2370,8 @@ sub singletest { } } else { else { if(!$short) { if(!$short) { printf "\ncurl returned $cmdres, %d was expected\n", $errorcode; printf("\n%s returned $cmdres, %d was expected\n", (!$tool)?"curl":$tool, $errorcode); } } logmsg " exit FAILED\n"; logmsg " exit FAILED\n"; return 1; return 1; Loading