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"