Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Redirect test output to dev null
  • Loading branch information
elpaso committed Nov 20, 2018
1 parent 2b77a65 commit 9c6e24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/travis/linux/docker_test.sh
Expand Up @@ -23,6 +23,6 @@

TEST_NAME=$1

docker exec -it qgis-testing-environment sh -c "cd /tests_directory && qgis_testrunner.sh ${TEST_NAME}"
docker exec -it qgis-testing-environment sh -c "cd /tests_directory && qgis_testrunner.sh ${TEST_NAME}" &>/dev/null

echo $?

0 comments on commit 9c6e24f

Please sign in to comment.