From 6b88ab9e3fa567297c69da8783f7256f9a52f5df Mon Sep 17 00:00:00 2001 From: potatodepaulo Date: Tue, 4 Jun 2019 17:13:41 -0700 Subject: [PATCH] tell CI to fail on failure of test --- test/new_project.sh | 1 + 1 file changed, 1 insertion(+) 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