Redirect test output to dev null

This commit is contained in:
Alessandro Pasotti 2018-11-20 13:01:48 +01:00
parent 2b77a659eb
commit 9c6e24fd19

View File

@ -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 $?