X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=grading%2Ffilesys%2Frun-tests;h=7251cef06c412b4f2052ef63cf4feb2c92ea6e46;hb=415941c1e0a6fc5ce263d8355fde980239c0f844;hp=143ab4a0de904664a237e28d556a1abdf3b35e88;hpb=882e46c9feb305e853fd15fc774ecceee5f4bcfc;p=pintos-anon diff --git a/grading/filesys/run-tests b/grading/filesys/run-tests index 143ab4a..7251cef 100755 --- a/grading/filesys/run-tests +++ b/grading/filesys/run-tests @@ -40,12 +40,12 @@ extract_sources (); exit if $action eq 'extract'; build (); -exit if $action eq 'build'; +exit success () if $action eq 'build'; run_and_grade_tests (); write_grades (); write_details (); -exit if $action eq 'test'; +exit success () if $action eq 'test'; assemble_final_grade (); exit if $action eq 'assemble';