Fixed loadtest

This commit is contained in:
SamTv12345 2024-07-17 16:11:11 +02:00
parent d5793b5b7e
commit 20cb5b272c

View file

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