Skip to content

Commit

Permalink
Shellcheck 2
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 13, 2018
1 parent 6ecc02f commit 8ae4067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/qgis_resources/test_runner/qgis_testrunner.sh
Expand Up @@ -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="$?"
Expand Down

0 comments on commit 8ae4067

Please sign in to comment.