Add file system persistence tests:
[pintos-anon] / src / tests / threads / mlfqs.pm
index 2ca7d09c531d7f0dc4ea55ae4e0f6aa576fcda51..184ac16a0a1c2c45304ca7580145eb067e3416a9 100644 (file)
@@ -73,8 +73,8 @@ sub check_mlfqs_fair {
     my ($nice, $maxdiff) = @_;
     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);
 
     my (@actual);
     local ($_);