diff options
author | Sanjit Bhat <[email protected]> | 2023-09-13 16:15:08 -0400 |
---|---|---|
committer | Sanjit Bhat <[email protected]> | 2023-09-13 16:15:08 -0400 |
commit | 4831426469c2ae78ddab6df14a3c0659b9008b03 (patch) | |
tree | c7c750085fe732b080d9017b5ac6a99b32d38ed7 /grade-lab-traps | |
parent | e7ad79c0c51a27efcdcc94c4bc848ca0f41937e1 (diff) | |
download | xv6-labs-4831426469c2ae78ddab6df14a3c0659b9008b03.tar.gz xv6-labs-4831426469c2ae78ddab6df14a3c0659b9008b03.tar.bz2 xv6-labs-4831426469c2ae78ddab6df14a3c0659b9008b03.zip |
revert answers
Diffstat (limited to 'grade-lab-traps')
-rwxr-xr-x | grade-lab-traps | 5 |
1 files changed, 5 insertions, 0 deletions
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(): |