Fail on failing module acceptance tests

This commit is contained in:
James Allen 2017-12-01 10:03:42 +00:00
parent 65e44d4770
commit e9733514af

View file

@ -59,6 +59,8 @@ test_acceptance_app_run: docker-shared.yml
docker-compose ${DOCKER_COMPOSE_FLAGS} exec -T test_acceptance npm -q run test:acceptance -- ${MOCHA_ARGS}
test_acceptance_modules: docker-shared.yml
# Break and error on any module failure
set -e; \
for dir in modules/*; \
do \
if [ -e $$dir/Makefile ]; then \