From dc61766e88d340cb96b1216f8261c687649f6ea3 Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Fri, 10 Oct 2014 12:10:10 +0300 Subject: [PATCH] robot: show bundle output --- bin/robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/robot b/bin/robot index 429a8c38f..32777b21e 100755 --- a/bin/robot +++ b/bin/robot @@ -21,7 +21,7 @@ git pull origin master &> /dev/null git reset --hard &> /dev/null unset GIT_DIR GIT_WORK_TREE -bundle install &> /dev/null +bundle install RAILS_ENV=test bundle exec rake db:drop RAILS_ENV=test bundle exec rake db:create