From 9a2884995a6545f720000b771b5270a1e252e417 Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Fri, 9 Jun 2017 08:36:00 +0200 Subject: [PATCH] Actually fail the build if rake test fails --- script/test | 1 - 1 file changed, 1 deletion(-) diff --git a/script/test b/script/test index bdad103f3..b188603eb 100755 --- a/script/test +++ b/script/test @@ -6,5 +6,4 @@ if [ "$RUN_IN_DOCKER" == '1' ]; then bundle exec rake "docker:run[$*]" else bundle exec rake test $* - echo bundle exec rake test $* fi