Commit 765a973
committed
Lin: Print commands that trigger uncaught exceptions
The standard QCheck mechanism to catch exceptions that are raised in
tests do not give much clue about the source (ie Lin command) of that
exception
This packs the unsoundly-specified command with the exception in such a
case so that it can be displayed
Before:
```
exception Failure("unexpected")
```
After:
```
exception Failure("unexpected") raised but not caught while running always_fail t
```1 parent a1a17f8 commit 765a973
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
483 | | - | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
484 | 487 | | |
0 commit comments