Skip to content

Commit

Permalink
klap
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 8, 2019
1 parent 8528b1f commit ef52052
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/travis/linux/script.sh
Expand Up @@ -54,6 +54,7 @@ testrunners["test_testrunner.run_failing"]=1
for i in "${!testrunners[@]}"
do
echo "test ${i}..."
[[ $(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
done
echo "travis_fold:end:docker_test_runners"

0 comments on commit ef52052

Please sign in to comment.