load test: Don't suppress Etherpad output

pull/5484/head
Richard Hansen 2022-03-22 20:06:52 -04:00
parent 4c6d547e10
commit 1c29dcc62d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ s!"points":[^,]*!"points": 1000!
' settings.json.template >settings.json ' settings.json.template >settings.json
log "Assuming src/bin/installDeps.sh has already been run" log "Assuming src/bin/installDeps.sh has already been run"
node src/node/server.js >/dev/null & node src/node/server.js &
ep_pid=$! ep_pid=$!
log "Waiting for Etherpad to accept connections (http://localhost:9001)..." log "Waiting for Etherpad to accept connections (http://localhost:9001)..."