File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
.docker/qgis_resources/test_runner Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 10
10
11
11
TEST_NAME=$1
12
12
13
- export PYTHONUNBUFFERED=TRUE
14
-
15
13
echo " Running test $1 ..."
16
-
17
- qgis --version-migration --nologo --code /usr/bin/qgis_testrunner.py " $TEST_NAME " 2> /dev/null
18
-
19
-
20
- echo " Running test with unbuffer $1 ..."
21
-
22
- unbuffer qgis --version-migration --nologo --code /usr/bin/qgis_testrunner.py " $TEST_NAME " 2> /dev/null
23
-
24
- echo " Running test really $1 ..."
25
- 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 | tee /dev/tty)
26
15
EXIT_CODE=" $? "
27
16
if [ -z " $OUTPUT " ]; then
28
17
echo " ERROR: no output from the test runner! (exit code: ${EXIT_CODE} )"
You can’t perform that action at this time.
0 commit comments