Move problem 1-2 (join) into project 2 as the "wait" system call.
[pintos-anon] / grading / userprog / run-tests
index b09bc5e200a589f2031f60494a7afbad10b6e875..e81b5330804911c0ecd3f3a00be89875d6b67970 100755 (executable)
@@ -43,7 +43,7 @@ parse_cmd_line qw (args-argc args-argv0 args-argvn args-single args-multiple
                   write-normal write-bad-ptr write-boundary write-zero
                   write-stdin write-bad-fd
                   exec-once exec-arg exec-multiple exec-missing exec-bad-ptr
-                  join-simple join-twice join-killed join-bad-pid
+                  wait-simple wait-twice wait-killed wait-bad-pid
                   multi-recurse multi-oom multi-child-fd);
 
 clean_dir (), exit if $action eq 'clean';