From 4831426469c2ae78ddab6df14a3c0659b9008b03 Mon Sep 17 00:00:00 2001 From: Sanjit Bhat Date: Wed, 13 Sep 2023 16:15:08 -0400 Subject: revert answers --- grade-lab-traps | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/grade-lab-traps b/grade-lab-traps index afa93b8..10613d3 100755 --- a/grade-lab-traps +++ b/grade-lab-traps @@ -7,6 +7,11 @@ from gradelib import * r = Runner(save("xv6.out")) +@test(5, "answers-traps.txt") +def test_answers(): + # just a simple sanity check, will be graded manually + check_answers("answers-traps.txt") + BACKTRACE_RE = r"^(0x000000008[0-9a-f]+)" def addr2line(): -- cgit v1.2.3