Commit 739372c
committed
Run mocha without --parallel
Invoking mocha without --parallel in test-unit-cov works well in other
projects, but causes the pretest-unit/posttest-unit scripts not to be
run. Rather than duplicating these (or adding forwarding scripts),
minimize duplication by removing --parallel in test-unit.
Signed-off-by: Kevin Locke <kevin@kevinlocke.name>1 parent 328fc23 commit 739372c
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | 50 | | |
53 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments