Skip to content

Commit 9b01e6f

Browse files
committedMar 6, 2019
run test without tty
1 parent 07e1d9f commit 9b01e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.docker/qgis_resources/test_runner/qgis_testrunner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
TEST_NAME=$1
1212

1313
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)
14+
OUTPUT=$(QGIS_TEST_MODULE=${TEST_NAME} unbuffer qgis --version-migration --nologo --code /usr/bin/qgis_testrunner.py "$TEST_NAME" 2>/dev/null)
1515
EXIT_CODE="$?"
1616
if [ -z "$OUTPUT" ]; then
1717
echo "ERROR: no output from the test runner! (exit code: ${EXIT_CODE})"

0 commit comments

Comments
 (0)
Please sign in to comment.