benchmarks should print helper output too

This commit is contained in:
Ryan Dahl 2011-06-09 13:31:46 +02:00
parent b3863c8051
commit 6d07c0d522

View File

@ -155,8 +155,9 @@ finalize:
break;
default:
//LOGF("%s: ", test->task_name);
process_copy_output(main_process, fileno(stderr));
for (i = 0; i < process_count; i++) {
process_copy_output(&processes[i], fileno(stderr));
}
break;
}
}