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 08f1f7e commit 7cd5b5eCopy full SHA for 7cd5b5e
.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} qgis --version-migration --nologo --code /usr/bin/qgis_testrunner.py "$TEST_NAME" 2>/dev/null)
+OUTPUT=$(QGIS_TEST_MODULE=${TEST_NAME} unbuffer qgis --version-migration --nologo --code /usr/bin/qgis_testrunner.py "$TEST_NAME" 2>/dev/null | tee >(cat))
15
EXIT_CODE="$?"
16
if [ -z "$OUTPUT" ]; then
17
echo "ERROR: no output from the test runner! (exit code: ${EXIT_CODE})"
0 commit comments