Skip to content

Commit

Permalink
Do stop containers after the test
Browse files Browse the repository at this point in the history
  • Loading branch information
JayH5 committed Jul 24, 2017
1 parent 85b9ce8 commit c768ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function remove_containers {
docker rm "$container"
done
}
# trap remove_containers EXIT
trap remove_containers EXIT

echo "Launching RabbitMQ container..."
docker_run --name vumi-rabbitmq rabbitmq:alpine
Expand Down

0 comments on commit c768ea0

Please sign in to comment.