Add file system persistence tests:
[pintos-anon] / src / tests / threads / mlfqs-load-60.ck
index d2d6d63db7e931a34511fdc066c4fb6324814b9b..cb69220024ef7973a3218623a372f2e1ab3477e9 100644 (file)
@@ -7,8 +7,8 @@ use tests::threads::mlfqs;
 our ($test);
 
 my (@output) = read_text_file ("$test.output");
-common_checks (@output);
-@output = get_core_output (@output);
+common_checks ("run", @output);
+@output = get_core_output ("run", @output);
 
 # Get actual values.
 local ($_);