We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be3ca90 + ca8e283 commit 113e7f2Copy full SHA for 113e7f2
build.sh
@@ -100,7 +100,7 @@ if [[ ${LAST_COMMIT_AUTHOR} != "Jenkins" ]]; then
100
virtualenv --no-site-packages .lime-env
101
source .lime-env/bin/activate
102
pip install -r test/requirements.txt
103
- nosetests --verbose --with-xunitmp --xunitmp-file=report.xml test 2>&1
+ nosetests --nologcapture --verbose --with-xunitmp --xunitmp-file=report.xml test 2>&1
104
RET=$?
105
if [[ $RET -eq 0 ]]; then
106
if [[ ${PULL_REQUEST} == "false" ]]; then
0 commit comments