Skip to content

Commit

Permalink
use PYTHONUNBUFFERED
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 6, 2019
1 parent cd4677a commit 38d00f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/travis/linux/script.sh
Expand Up @@ -17,4 +17,4 @@
set -e

# running QGIS tests
docker-compose -f ${TRAVIS_BUILD_DIR}/.docker/docker-compose.travis.yml run -T qgis-deps
docker-compose -f ${TRAVIS_BUILD_DIR}/.docker/docker-compose.travis.yml run qgis-deps
2 changes: 2 additions & 0 deletions .docker/qgis_resources/test_runner/qgis_testrunner.sh
Expand Up @@ -10,6 +10,8 @@

TEST_NAME=$1

export PYTHONUNBUFFERED=TRUE

echo "Running test $1 ..."

qgis --version-migration --nologo --code /usr/bin/qgis_testrunner.py "$TEST_NAME" 2>/dev/null
Expand Down

0 comments on commit 38d00f9

Please sign in to comment.