Skip to content

Commit 60e49e1

Browse files
committed
Increased test verbosity
1 parent 6f2b96d commit 60e49e1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

distributions/ci/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if [[ "$INSTALL_SCOT" == "true" ]]; then
2222
fi
2323

2424
if [[ "$COVERAGE" == "true" ]]; then
25-
xvfb-run --server-args="-screen 0 1024x768x24" nosetests --with-coverage --cover-package=scot,eegtopo --cover-inclusive --cover-branches;
25+
xvfb-run --server-args="-screen 0 1024x768x24" nosetests -v --with-coverage --cover-package=scot,eegtopo --cover-inclusive --cover-branches;
2626
else
27-
xvfb-run --server-args="-screen 0 1024x768x24" nosetests;
27+
xvfb-run --server-args="-screen 0 1024x768x24" nosetests -v;
2828
fi
2929

3030
if [[ "$RUN_EXAMPLES" == "true" ]]; then

run_tests2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
nosetests2 --with-coverage --cover-package=scot,eegtopo --cover-erase --cover-inclusive --cover-branches -x
3+
nosetests2 --with-coverage --cover-package=scot,eegtopo --cover-erase --cover-inclusive --cover-branches -x -v
44

run_tests3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
nosetests3 --with-coverage --cover-package=scot,eegtopo --cover-erase --cover-inclusive --cover-branches -x
3+
nosetests3 --with-coverage --cover-package=scot,eegtopo --cover-erase --cover-inclusive --cover-branches -x -v
44

0 commit comments

Comments
 (0)