log acceptance test server output to file

This commit is contained in:
Brian Gough
2017-01-26 12:20:41 +00:00
parent 146138f65c
commit f00be9018d

View File

@@ -4,7 +4,7 @@ export SHARELATEX_CONFIG=`pwd`/test/acceptance/scripts/settings.test.coffee
echo ">> Starting server..." echo ">> Starting server..."
grunt --no-color & grunt --no-color >server.log 2>&1 &
echo ">> Server started" echo ">> Server started"