From e1d07b32e65eedd6acd96f2dd57c308163d0713c Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Fri, 10 Oct 2014 14:45:12 +0300 Subject: [PATCH] Robot: fixed failure output --- bin/robot-audit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/robot-audit b/bin/robot-audit index a32b47a92..a423f0fb0 100755 --- a/bin/robot-audit +++ b/bin/robot-audit @@ -42,8 +42,8 @@ echo "END_OF_SECURITY_RESULTS" bundle exec rubycritic app lib if [ $RCODE == 0 ] && [ $TCODE == 0 ] &&[ $BCODE == 0 ]; then - echo "FAILURE" exit 0 else + echo "FAILURE" exit 1 fi