diff --git a/script/build/test_shutdown.sh b/script/build/test_shutdown.sh index deb07be6c..cf69f4e2a 100755 --- a/script/build/test_shutdown.sh +++ b/script/build/test_shutdown.sh @@ -8,6 +8,7 @@ script/scheduler.rb stop script/websocket-server.rb stop kill $(cat tmp/pids/server.pid) -rake db:drop +rake db:drop RAILS_ENV=test +rake db:drop RAILS_ENV=production exit $EXIT