backend tests: change loglevel to WARN (#4514)

This commit is contained in:
webzwo0i 2020-11-25 08:20:50 +01:00 committed by GitHub
parent b13004b25a
commit b98aaf4904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,8 @@ s!"soffice":[^,]*!"soffice": "/usr/bin/soffice"!
# Reduce rate limit aggressiveness
s!"max":[^,]*!"max": 100!
s!"points":[^,]*!"points": 1000!
# GitHub does not like our output
s!"loglevel":[^,]*!"loglevel": "WARN"!
' settings.json.template >settings.json
log "Assuming bin/installDeps.sh has already been run"