Add file system persistence tests:
[pintos-anon] / src / tests / threads / mlfqs-load-1.ck
index db788818e35018cf3adcfff829cb11ce4b67ef20..faf0ffac0fcdf25f1ad93654b254ca04d8079fd7 100644 (file)
@@ -6,9 +6,9 @@ use tests::tests;
 our ($test);
 my (@output) = read_text_file ("$test.output");
 
-common_checks (@output);
+common_checks ("run", @output);
 
-@output = get_core_output (@output);
+@output = get_core_output ("run", @output);
 fail "missing PASS in output"
   unless grep ($_ eq '(mlfqs-load-1) PASS', @output);