From f27b710d17730e1d9eab3d2a9183dcae17f267e9 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Mon, 2 Mar 2015 17:31:40 +0200 Subject: [PATCH] Robot turn basic test off --- bin/robot | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"