Skip to content

Commit

Permalink
Merge pull request #433 from cucumber/real-test-result
Browse files Browse the repository at this point in the history
Actually fail the build if rake test fails
  • Loading branch information
maxmeyer authored Jun 29, 2017
2 parents 3d6a749 + 9a28849 commit 4ae4079
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/test
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4ae4079

Please sign in to comment.