mirror of
https://github.com/curl/curl.git
synced 2025-09-20 19:12:40 +03:00
catch silly mistakes better
This commit is contained in:
parent
8547ab1663
commit
ca5846cde9
|
@ -1394,6 +1394,10 @@ sub singletest {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$CMDLINE="$LIBDIR/$tool";
|
$CMDLINE="$LIBDIR/$tool";
|
||||||
|
if(! -f $CMDLINE) {
|
||||||
|
print "The tool set in the test case for this: '$tool' does not exist\n";
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
$DBGCURL=$CMDLINE;
|
$DBGCURL=$CMDLINE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user