diff options
author | Sanjit Bhat <[email protected]> | 2023-09-12 17:21:00 -0400 |
---|---|---|
committer | Sanjit Bhat <[email protected]> | 2023-09-12 17:21:00 -0400 |
commit | 725a5ff207d66697cd0bfe78936a2174d1601278 (patch) | |
tree | 652f0ba673490822eb6238a44069717d56c33ff0 | |
parent | 9f94bb691c858ea89c2cf1e3185d4b5c5e66e6e6 (diff) | |
download | xv6-labs-725a5ff207d66697cd0bfe78936a2174d1601278.tar.gz xv6-labs-725a5ff207d66697cd0bfe78936a2174d1601278.tar.bz2 xv6-labs-725a5ff207d66697cd0bfe78936a2174d1601278.zip |
remove answers
-rwxr-xr-x | grade-lab-pgtbl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/grade-lab-pgtbl b/grade-lab-pgtbl index 121bb3b..19706b3 100755 --- a/grade-lab-pgtbl +++ b/grade-lab-pgtbl @@ -57,11 +57,6 @@ def test_pteprint(): pa = (int(matches[0][0], 16) >> 10) << 12 assert_equal(int(matches[0][1], 16), pa) -@test(5, "answers-pgtbl.txt") -def test_answers(): - # just a simple sanity check, will be graded manually - check_answers("answers-pgtbl.txt") - @test(0, "usertests") def test_usertests(): r.run_qemu(shell_script([ |