Commit 11927b4
committed
Remove stdout/stderr suppression from grade testset
- Removed redirect_stdout/stderr to devnull as the testset itself suppresses Test output
- This preserves useful debugging output from println and @info statements
- Used try/finally to ensure testset is properly popped even on errors
- The Test module won't print results when running inside a testset, which is sufficient1 parent 82bed5f commit 11927b4
1 file changed
+8
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| |||
0 commit comments