Commit e3b2ac8
committed
Execution of Maven corrected
According to tcalmant#7, subprocess.call(['mvn', 'test']) doesn't work in some
cases.
This commit replaces it by call('mvn test').1 parent c6525fe commit e3b2ac8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments