This commit is contained in:
vanhauser-thc 2022-07-11 12:32:17 +02:00
parent 30736ab7d6
commit 1f4b45b5bf

View File

@ -785,7 +785,7 @@ u32 execute_testcases(u8 *dir) {
ck_free(in_data);
++done;
if (child_crashed && debug) { WARNF("crashed: %s\n", fn2); }
if (child_crashed && debug) { WARNF("crashed: %s", fn2); }
if (collect_coverage)
analyze_results(fsrv);