Commit e87a8a0d by Calen Pennington

Make tests run in verbose mode

parent 9986efb9
...@@ -102,16 +102,16 @@ case "$TEST_SUITE" in ...@@ -102,16 +102,16 @@ case "$TEST_SUITE" in
paver test_system -s lms --extra_args="--with-flaky" --cov_args="-p" paver test_system -s lms --extra_args="--with-flaky" --cov_args="-p"
;; ;;
"1") "1")
paver test_system -s lms --extra_args="--attr='shard_1' --with-flaky" --cov_args="-p" paver test_system -s lms --extra_args="--attr='shard_1' --with-flaky" --cov_args="-p" -v
;; ;;
"2") "2")
paver test_system -s lms --extra_args="--attr='shard_2' --with-flaky" --cov_args="-p" paver test_system -s lms --extra_args="--attr='shard_2' --with-flaky" --cov_args="-p" -v
;; ;;
"3") "3")
paver test_system -s lms --extra_args="--attr='shard_3' --with-flaky" --cov_args="-p" paver test_system -s lms --extra_args="--attr='shard_3' --with-flaky" --cov_args="-p" -v
;; ;;
"4") "4")
paver test_system -s lms --extra_args="--attr='shard_1=False,shard_2=False,shard_3=False' --with-flaky" --cov_args="-p" paver test_system -s lms --extra_args="--attr='shard_1=False,shard_2=False,shard_3=False' --with-flaky" --cov_args="-p" -v
;; ;;
*) *)
# 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
...@@ -125,11 +125,11 @@ case "$TEST_SUITE" in ...@@ -125,11 +125,11 @@ case "$TEST_SUITE" in
;; ;;
"cms-unit") "cms-unit")
paver test_system -s cms --extra_args="--with-flaky" --cov_args="-p" paver test_system -s cms --extra_args="--with-flaky" --cov_args="-p" -v
;; ;;
"commonlib-unit") "commonlib-unit")
paver test_lib --extra_args="--with-flaky" --cov_args="-p" paver test_lib --extra_args="--with-flaky" --cov_args="-p" -v
;; ;;
"js-unit") "js-unit")
......
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