diff options
Diffstat (limited to 'tests/farm/run/run_xxx.py')
-rw-r--r-- | tests/farm/run/run_xxx.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/farm/run/run_xxx.py b/tests/farm/run/run_xxx.py index 19e94a42..6fedc934 100644 --- a/tests/farm/run/run_xxx.py +++ b/tests/farm/run/run_xxx.py @@ -1,7 +1,7 @@ copy("src", "out") run(""" - coverage -e -x xxx - coverage -r + coverage run xxx + coverage report """, rundir="out", outfile="stdout.txt") contains("out/stdout.txt", "xxx: 3 4 0 7", |