Add file system persistence tests:
[pintos-anon] / src / tests / threads / mlfqs-load-avg.ck
index 3852072ac2a1f8df9f54c03ff823b3111136ecde..2254d05467ee7a8bce10994ff10f98a91919f7f4 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 ($_);