mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
tests: use sed to modify settings for loadTest
This commit is contained in:
parent
7273778e5f
commit
f7e73515cd
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ jobs:
|
|||
- "bin/installDeps.sh"
|
||||
- "cd src && npm install && cd -"
|
||||
- "npm install -g etherpad-load-test"
|
||||
# I set loadTest to true
|
||||
- "sed 's/\"loadTest\": false,/\"loadTest\": true,/g' settings.json.template > settings.json"
|
||||
script:
|
||||
- "tests/frontend/travis/runnerLoadTest.sh"
|
||||
|
||||
|
|
Loading…
Reference in a new issue