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 abca143 commit 8ebb232Copy full SHA for 8ebb232
.ci/travis/linux/script.sh
@@ -46,5 +46,5 @@ testrunners["test_testrunner.run_failing"]=1
46
for i in "${!testrunners[@]}"
47
do
48
echo "test ${i}..."
49
- $(docker exec -it qgis-testing-environment sh -c "cd /tests_directory && qgis_testrunner.sh ${i}" &>/dev/null) -eq "${testrunners[$i]}" ]] && echo "success" || exit 1
+ [[ $(docker exec -it qgis-testing-environment sh -c "cd /tests_directory && qgis_testrunner.sh ${i}" &>/dev/null) -eq "${testrunners[$i]}" ]] && echo "success" || exit 1
50
done
0 commit comments