mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
Fixed tests.
This commit is contained in:
parent
ac5c65ba76
commit
fadc56e437
4 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ s!"points":[^,]*!"points": 1000!
|
|||
|
||||
log "Deprecation notice: runnerBackend.sh - Please use: cd src && npm test"
|
||||
log "Assuming src/bin/installDeps.sh has already been run"
|
||||
node ts-node src/node/server.ts "${@}" &
|
||||
npx ts-node src/node/server.ts "${@}" &
|
||||
ep_pid=$!
|
||||
|
||||
log "Waiting for Etherpad to accept connections (http://localhost:9001)..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue