diff --git a/test/new_project.sh b/test/new_project.sh index 123a8171..818bcc4d 100755 --- a/test/new_project.sh +++ b/test/new_project.sh @@ -25,4 +25,5 @@ if test -f "$FILE"; then echo "${GREEN}$FILE exists. Have a cookie!" else echo "${RED}ERROR: file not found." + exit 1 fi \ No newline at end of file