Skip to content

Commit

Permalink
patch docker exec smoke test to consider CI not using TTY input devic…
Browse files Browse the repository at this point in the history
…e by default
  • Loading branch information
fmigneault committed Sep 14, 2023
1 parent b8c508e commit b37e1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ docker-test: docker-build stop ## execute smoke test of the built images (valida
@curl localhost:4001 | grep "Weaver Information" || \
( docker-compose $(DOCKER_TEST_COMPOSES) logs weaver worker || true && \
docker-compose $(DOCKER_TEST_COMPOSES) stop; exit 1 )
docker-compose $(DOCKER_TEST_COMPOSES) exec weaver bash /tests/run_tests.sh
docker exec -ti smoke_test_weaver bash /tests/run_tests.sh
docker-compose $(DOCKER_TEST_COMPOSES) stop

.PHONY: docker-stat
Expand Down

0 comments on commit b37e1d7

Please sign in to comment.