Robot turn basic test off

This commit is contained in:
Priit Tark 2015-03-02 17:31:40 +02:00
parent b2f5fc42e4
commit f27b710d17

View file

@ -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"