Skip to content

Commit

Permalink
improved rm command of integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
ginccc committed Apr 28, 2017
1 parent 43712d2 commit f4645d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests.sh
Expand Up @@ -6,7 +6,7 @@ NC='\033[0m'
# kill and remove any running containers
cleanup () {
docker-compose -p ci kill
docker-compose -p ci rm -f --all
docker-compose -p ci rm -f
}
# catch unexpected failures, do cleanup and output an error message
trap 'cleanup ; printf "${RED}Tests Failed For Unexpected Reasons${NC}\n"'\
Expand Down

0 comments on commit f4645d9

Please sign in to comment.