Commit 7a73dfc
committed
crossbar: separate coordinator guest module arguments
Python allows running a module via 'python -mmodule' (single argument).
To be able to record the coordinator's coverage in a future commit,
'coverage run' is used instead of 'python'. The coverage tool is a
little pickier than python and requires '-m' and the actual module name
to be separate arguments.
Since it will not hurt to have the arguments separated generally, split
them.
Signed-off-by: Bastian Krause <bst@pengutronix.de>1 parent d0fc794 commit 7a73dfc
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
0 commit comments