diff --git a/test.sh b/test.sh index c05f003..ad2f4f4 100644 --- a/test.sh +++ b/test.sh @@ -1,5 +1,8 @@ #! /usr/bin/env bash +# Exit in case of error +set -e + rm -rf ./testing-project cookiecutter --config-file ./testing-config.yml --no-input -f ./