mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
tests: Set loglevel to WARN instead of suppressing stdout
This commit is contained in:
parent
aa3b5d2090
commit
9abb77e899
3 changed files with 6 additions and 2 deletions
|
@ -53,6 +53,7 @@ jobs:
|
|||
- name: "Run the Backend tests without Plugins"
|
||||
install:
|
||||
- *install_libreoffice
|
||||
- *set_loglevel_warn
|
||||
- "bin/installDeps.sh"
|
||||
- "cd src && npm install && cd -"
|
||||
script:
|
||||
|
@ -66,6 +67,7 @@ jobs:
|
|||
- "cd src && npm run test-container"
|
||||
- name: "Load test Etherpad without Plugins"
|
||||
install:
|
||||
- *set_loglevel_warn
|
||||
- "bin/installDeps.sh"
|
||||
- "cd src && npm install && cd -"
|
||||
- "npm install -g etherpad-load-test"
|
||||
|
@ -92,6 +94,7 @@ jobs:
|
|||
- name: "Run the Backend tests with Plugins"
|
||||
install:
|
||||
- *install_libreoffice
|
||||
- *set_loglevel_warn
|
||||
- "bin/installDeps.sh"
|
||||
- *install_plugins
|
||||
- "cd src && npm install && cd -"
|
||||
|
@ -106,6 +109,7 @@ jobs:
|
|||
- "cd src && npm run test-container"
|
||||
- name: "Load test Etherpad with Plugins"
|
||||
install:
|
||||
- *set_loglevel_warn
|
||||
- "bin/installDeps.sh"
|
||||
- *install_plugins
|
||||
- "cd src && npm install && cd -"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue