Commit 77ab08f5 by jz

WIP add coverage debugging

parent 2a0bdeb3
...@@ -105,10 +105,10 @@ case "$TEST_SUITE" in ...@@ -105,10 +105,10 @@ case "$TEST_SUITE" in
paver test_system -s lms $PAVER_ARGS paver test_system -s lms $PAVER_ARGS
;; ;;
[1-3]) [1-3])
paver test_system -s lms --attr="shard=$SHARD" $PAVER_ARGS paver test_system -s lms --attr="shard=$SHARD" --with-flaky --processes=-1 --cov-args="-p --debug=dataio" -v --with-xunitmp
;; ;;
4|"noshard") 4|"noshard")
paver test_system -s lms --attr='!shard' $PAVER_ARGS paver test_system -s lms --attr='!shard' --with-flaky --processes=-1 --cov-args="-p --debug=dataio" -v --with-xunitmp
;; ;;
*) *)
# If no shard is specified, rather than running all tests, create an empty xunit file. This is a # If no shard is specified, rather than running all tests, create an empty xunit file. This is a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment