Skip to content
Snippets Groups Projects
Commit d69d98e8 authored by vlorentz's avatar vlorentz
Browse files

Run 'docker-compose logs' while tests are running

parent 2586a26f
No related branches found
Tags v0.23.5
No related merge requests found
......@@ -165,6 +165,9 @@ listen_docker_events $$ &
status_message "Starting swh docker-compose environment"
docker-compose $DOCO_OPTIONS up -d
# Print logs to stdout
docker-compose $DOCO_OPTIONS logs -f &
# Ensure all swh services are up before running tests
status_message "Waiting for swh services to be up"
docker-compose $DOCO_OPTIONS exec -T swh-storage wait-for-it localhost:5002 -s --timeout=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment