From 9ba878b7f12bfb73d2c56ae9d5060838d5058e6d Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Fri, 10 Oct 2014 14:47:38 +0300 Subject: [PATCH] robot: added more unique failure string --- bin/robot-audit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/robot-audit b/bin/robot-audit index a423f0fb0..c96b3f2d8 100755 --- a/bin/robot-audit +++ b/bin/robot-audit @@ -44,6 +44,6 @@ bundle exec rubycritic app lib if [ $RCODE == 0 ] && [ $TCODE == 0 ] &&[ $BCODE == 0 ]; then exit 0 else - echo "FAILURE" + echo "ROBOTEXITWITHFAILURE" exit 1 fi