We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 07e1d9f commit 9b01e6fCopy full SHA for 9b01e6f
.docker/qgis_resources/test_runner/qgis_testrunner.sh
@@ -11,7 +11,7 @@
11
TEST_NAME=$1
12
13
echo "Running test $1 ..."
14
-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)
+OUTPUT=$(QGIS_TEST_MODULE=${TEST_NAME} unbuffer qgis --version-migration --nologo --code /usr/bin/qgis_testrunner.py "$TEST_NAME" 2>/dev/null)
15
EXIT_CODE="$?"
16
if [ -z "$OUTPUT" ]; then
17
echo "ERROR: no output from the test runner! (exit code: ${EXIT_CODE})"
0 commit comments