From 3c0e20bc0604aae4f9b333db0003f9805b4b26b3 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 27 Nov 2015 08:39:43 +0100 Subject: [PATCH] To process browser tests with normal password. --- script/build/test_startup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/build/test_startup.sh b/script/build/test_startup.sh index 1b682be98..685d101ef 100755 --- a/script/build/test_startup.sh +++ b/script/build/test_startup.sh @@ -3,6 +3,7 @@ RAILS_ENV=$1 APP_PORT=$2 WS_PORT=$3 +rails r "Setting.set('developer_mode', true)" rails r "Setting.set('websocket_port', '#{WS_PORT}')" pumactl start --pidfile tmp/pids/puma.pid -d -p $APP_PORT -e $RAILS_ENV