Commit b96a171
committed
Make tests error proof
Currently there is no way to actually just run a goal and avoid going into
the toplevel, so if the predicate errors the test will just go on to the
toplevel and freeze there forever in CI. This catches any errors and
turns them into a 1 exit code, which will fail CI instead.1 parent 0cd90c6 commit b96a171
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments