tests: Set loglevel to WARN instead of suppressing stdout

This commit is contained in:
Richard Hansen 2020-11-20 21:04:54 -05:00 committed by John McLear
parent aa3b5d2090
commit 9abb77e899
3 changed files with 6 additions and 2 deletions

View file

@ -20,7 +20,7 @@ sed 's/\"loadTest\": false,/\"loadTest\": true,/g' settings.json.points > settin
# a call to bin/installDeps.sh
echo "Running Etherpad directly, assuming bin/installDeps.sh has already been run"
node node_modules/ep_etherpad-lite/node/server.js "${@}" > /dev/null &
node node_modules/ep_etherpad-lite/node/server.js "${@}" &
echo "Now I will try for 15 seconds to connect to Etherpad on http://localhost:9001"