load test: Don't suppress Etherpad output
parent
4c6d547e10
commit
1c29dcc62d
|
@ -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)..."
|
||||||
|
|
Loading…
Reference in New Issue