tests: use sed to modify settings for loadTest

This commit is contained in:
John McLear 2020-05-30 20:02:40 +00:00
parent 7273778e5f
commit f7e73515cd
1 changed files with 2 additions and 0 deletions

View File

@ -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"