Skip to content

Commit 113e7f2

Browse files
committed
Merge pull request #7 from jollyrojer/master
Enable realtime logging
2 parents be3ca90 + ca8e283 commit 113e7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ if [[ ${LAST_COMMIT_AUTHOR} != "Jenkins" ]]; then
100100
virtualenv --no-site-packages .lime-env
101101
source .lime-env/bin/activate
102102
pip install -r test/requirements.txt
103-
nosetests --verbose --with-xunitmp --xunitmp-file=report.xml test 2>&1
103+
nosetests --nologcapture --verbose --with-xunitmp --xunitmp-file=report.xml test 2>&1
104104
RET=$?
105105
if [[ $RET -eq 0 ]]; then
106106
if [[ ${PULL_REQUEST} == "false" ]]; then

0 commit comments

Comments
 (0)