diff options
author | Michael Foiani <mfoiani@cs.brown.edu> | 2024-05-15 00:38:32 -0400 |
---|---|---|
committer | Michael Foiani <mfoiani@cs.brown.edu> | 2024-05-15 00:38:32 -0400 |
commit | bf9a10ff2710ff088a94586df8756741db67bb0c (patch) | |
tree | 1392a8c90e5e2a0a508f019baa9a279a0f1039c8 /kernel/util/debug.c | |
parent | c9eb0848a356cd7c32d7f4be389c964f9d568434 (diff) |
add autograder tests
Diffstat (limited to 'kernel/util/debug.c')
-rw-r--r-- | kernel/util/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/util/debug.c b/kernel/util/debug.c index 849b60a..0b2faab 100644 --- a/kernel/util/debug.c +++ b/kernel/util/debug.c @@ -19,7 +19,7 @@ * always be the first thing in this variable. Note that this setting can be * changed at runtime by modifying the dbg_modes global variable. */ -#define INIT_DBG_MODES "-all" +#define INIT_DBG_MODES "-all,test,testpass,testfail" /* Below is a truly terrible poll-driven serial driver that we use for debugging * purposes - it outputs to COM1, but * this can be easily changed. It does not use interrupts, and cannot read input |