File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ if [[ "$INSTALL_SCOT" == "true" ]]; then
22
22
fi
23
23
24
24
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;
26
26
else
27
- xvfb-run --server-args=" -screen 0 1024x768x24" nosetests;
27
+ xvfb-run --server-args=" -screen 0 1024x768x24" nosetests -v ;
28
28
fi
29
29
30
30
if [[ " $RUN_EXAMPLES " == " true" ]]; then
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
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
4
4
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
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
4
4
You can’t perform that action at this time.
0 commit comments