aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 86bba844c..9f4430694 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -2314,6 +2314,11 @@ sub singletest {
next;
}
}
+ elsif($f eq "unittest") {
+ if($debug_build) {
+ next;
+ }
+ }
elsif($f eq "large_file") {
if($large_file) {
next;
@@ -2562,6 +2567,10 @@ sub singletest {
# substitute variables in the command line
subVariables \$cmd;
}
+ else {
+ # there was no command given, use something silly
+ $cmd="-";
+ }
if($curl_debug) {
unlink($memdump);
}