if(system("diff $TESTDIR/DISABLED $TESTDIR/DISABLED 2>$dev_null") != 0) {
logmsg "* diff: missing\n";
}
+ if($mintotal) {
+ logmsg "* Min tests: $mintotal\n";
+ }
}
#######################################################################
setlogfunc(\&logmsg);
}
+if(!$mintotal && $ENV{"CURL_TEST_MIN"}) {
+ $mintotal = $ENV{"CURL_TEST_MIN"};
+}
+
#######################################################################
# Output curl version and host info being tested
#
}
}
-if(!$mintotal && $ENV{"CURL_TEST_MIN"}) {
- $mintotal = $ENV{"CURL_TEST_MIN"};
-}
if($mintotal) {
if($total < $mintotal) {
logmsg "TESTFAIL: number of tests run was below the minimum of: $mintotal\n";