Skip to content

Commit 1c3449d

Browse files
author
Thomas Grainger
committed
increase verbosity so I can see what's going wrong
1 parent 1d87174 commit 1c3449d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ "$BUILD_TEST" ]; then
2020
echo "We are not running nosetests as this is simply a build test."
2121
else
2222
echo nosetests --exe -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml
23-
nosetests --exe -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml
23+
nosetests --exe -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml --verbosity=3
2424
fi
2525

2626
RET="$?"

0 commit comments

Comments
 (0)