mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
Fix truncation in travis (#4479)
* log to travis every five seconds * travis: kill etherpad process after tests
This commit is contained in:
parent
f0da3a0c4c
commit
f6aed0c9cb
3 changed files with 27 additions and 8 deletions
|
@ -17,6 +17,7 @@ cd "${MY_DIR}/../../../"
|
|||
# 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 --experimental-worker "${@}" &
|
||||
ep_pid=$!
|
||||
|
||||
echo "Now I will try for 15 seconds to connect to Etherpad on http://localhost:9001"
|
||||
|
||||
|
@ -44,5 +45,6 @@ node remote_runner.js
|
|||
exit_code=$?
|
||||
|
||||
kill $(cat /tmp/sauce.pid)
|
||||
kill $ep_pid
|
||||
|
||||
exit $exit_code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue