diff --git a/bin/robot b/bin/robot index 188545cbc..bc6dccaf8 100755 --- a/bin/robot +++ b/bin/robot @@ -36,7 +36,10 @@ RCODE=$? echo "END_OF_RUBOCOP_RESULTS" echo "TEST_RESULTS" -ROBOT=true bundle exec rake +# basic test +# ROBOT=true bundle exec rake + +# all tests with EPP ROBOT=true bundle exec test TCODE=$? echo "END_OF_TEST_RESULTS"