Robot: moved tests output higher

This commit is contained in:
Priit Tamboom 2014-10-10 12:03:27 +03:00
parent 8e15af73ac
commit 6bb95421b4

View file

@ -23,16 +23,6 @@ unset GIT_DIR GIT_WORK_TREE
bundle install
echo "RUBOCOP_RESULTS"
bundle exec rubocop
echo "END_OF_RUBOCOP_RESULTS"
echo "SECURITY_RESULTS"
bundle exec bundle-audit update
bundle exec bundle-audit
bundle exec brakeman
echo "END_OF_SECURITY_RESULTS"
RAILS_ENV=test bundle exec rake db:drop
RAILS_ENV=test bundle exec rake db:create
RAILS_ENV=test bundle exec rake db:schema:load
@ -48,5 +38,15 @@ echo "TEST_RESULTS"
ROBOT=true bundle exec rake test
echo "END_OF_TEST_RESULTS"
echo "RUBOCOP_RESULTS"
bundle exec rubocop
echo "END_OF_RUBOCOP_RESULTS"
echo "SECURITY_RESULTS"
bundle exec bundle-audit update
bundle exec bundle-audit
bundle exec brakeman
echo "END_OF_SECURITY_RESULTS"
# update code review
bundle exec rubycritic app lib