Commit 0e0c703
authored
verify.sh: make verify more debug-friendly (#2133)
This commit adds two options to `maven verify`.
The first, `-fae` (fail at end) makes the tests keep going
after failures. If a test flakes, at least we'll still
see the result of other tests.
The second, `-DtrimStackTrace=false` prints full stack
trace to make debugging easier.
Finally, we dedup the command call.1 parent d43a540 commit 0e0c703
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
13 | | - | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments