Commit 2327d72a by jz

Log coverage callers and verbosity at 4

parent 406c6087
......@@ -27,7 +27,7 @@ omit =
openedx/core/djangoapps/debug/*
concurrency=multiprocessing
debug = config,dataio,pid,dataop
debug = config,dataio,pid,callers
[report]
ignore_errors = True
......
......@@ -71,7 +71,7 @@ END
case "$TEST_SUITE" in
"lms-unit")
PAVER_ARGS="--with-flaky --processes=-1 --cov-args='-p' -v --with-xunitmp"
PAVER_ARGS="--with-flaky --processes=-1 --cov-args='-p' --verbosity=4 --with-xunitmp"
case "$SHARD" in
"all")
paver test_system -s lms $PAVER_ARGS
......@@ -94,12 +94,12 @@ case "$TEST_SUITE" in
;;
"cms-unit")
COVERAGE_DEBUG_FILE=reports/coverage_debug.log paver test_system -s cms --with-flaky --cov-args="-p" -v --with-xunitmp
COVERAGE_DEBUG_FILE=reports/coverage_debug.log paver test_system -s cms --with-flaky --cov-args="-p" --verbosity=4 --with-xunitmp
;;
"commonlib-unit")
COVERAGE_DEBUG_FILE=reports/coverage_debug.log paver test_lib --with-flaky --cov-args="-p" -v --with-xunit
COVERAGE_DEBUG_FILE=reports/coverage_debug.log paver test_lib --with-flaky --cov-args="-p" --verbosity=4 --with-xunit
;;
*)
......
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