Add file system persistence tests:
[pintos-anon] / src / tests / userprog / no-vm / multi-oom.ck
index 52434a230c68a2f187cd45641f94c8871dbb959a..7ed5cc86defbe41c3c2d5658269cd226097a9f7f 100644 (file)
@@ -5,9 +5,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);
 my ($n) = 0;
 while (my ($m) = $output[0] =~ /^\(multi-oom\) begin (\d+)$/) {
     fail "Child process $m started out of order.\n" if $m != $n;