log acceptance test server output to file

This commit is contained in:
Brian Gough 2017-01-26 12:20:41 +00:00
parent 07e536677c
commit a802620d11

View file

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