From 7086ce1cfb50dfd0583375c2a6c530af2d60b034 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Fri, 3 Jul 2015 13:45:52 +0300 Subject: [PATCH] Updated robot tests to honor struture sql #2751 --- bin/robot | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/robot b/bin/robot index 0e77d4fba..a9255c78d 100755 --- a/bin/robot +++ b/bin/robot @@ -31,8 +31,6 @@ bundle install RAILS_ENV=test bundle exec rake db:all:drop RAILS_ENV=test bundle exec rake db:all:setup -RAILS_ENV=test bundle exec rake zonefile:replace_procedure -RAILS_ENV=test bundle exec rake assets:precompile echo "GIT_LAST_COMMITS" git log --pretty='%s (%cn, %cr)' --abbrev-commit --graph --decorate -n 20 --no-color @@ -44,7 +42,7 @@ RCODE=$? echo "END_OF_RUBOCOP_RESULTS" echo "TEST_RESULTS" -# basic test +# basic tests without EPP # ROBOT=true bundle exec rake # all tests with EPP