Fix name of tool shown upon error.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user