From 03901a6dab5815767397fbff751f52c5ac97fd5f Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Mon, 14 Mar 2016 21:53:03 +0100 Subject: [PATCH] Drop test and production env. --- script/build/test_shutdown.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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