From df79d98bfaa80c8fc6c8c946cd2ef4826ed53186 Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Fri, 10 Oct 2014 16:26:45 +0300 Subject: [PATCH] Robot: attempt to get testing running --- bin/robot-audit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/robot-audit b/bin/robot-audit index e2db30d6a..70246edd4 100755 --- a/bin/robot-audit +++ b/bin/robot-audit @@ -27,7 +27,7 @@ RCODE=$? echo "END_OF_RUBOCOP_RESULTS" echo "TEST_RESULTS" -bundle exec ROBOT=true rake test +ROBOT=true bundle exec rake test TCODE=$? TCODE=0 # tmp echo "END_OF_TEST_RESULTS"