Shellcheck 2

This commit is contained in:
Alessandro Pasotti 2018-11-13 15:43:35 +01:00
parent 6ecc02f657
commit 8ae4067914

View File

@ -5,7 +5,7 @@
TEST_NAME=$1
cd /tests_directory
cd /tests_directory || exit
echo "Running test $1 ..."
OUTPUT=$(QGIS_TEST_MODULE=${TEST_NAME} unbuffer qgis --version-migration --nologo --code /usr/bin/qgis_testrunner.py "$TEST_NAME" 2>/dev/null | tee /dev/tty)
EXIT_CODE="$?"