Add file system persistence tests:
[pintos-anon] / src / tests / vm / process_death.pm
index b9a194b8efb2b1f2733dd4824b2f5d9a45b69e96..52039a1a1986939c52e074d2faf8d200bef508ac 100644 (file)
@@ -8,8 +8,8 @@ sub check_process_death {
     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);
     fail "First line of output is not `($proc_name) begin' message.\n"
       if $output[0] ne "($proc_name) begin";
     fail "Output missing '$proc_name: exit(-1)' message.\n"