mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
More stupid trick to dump what's wrong with php7.3-fpm during tests...
This commit is contained in:
parent
6e4f1fa42e
commit
daa0c95015
1 changed files with 1 additions and 0 deletions
|
@ -3460,6 +3460,7 @@ def _assert_system_is_sane_for_app(manifest, when):
|
|||
|
||||
# Stupid tmp fix to try to track why the tests are failing
|
||||
if "php7.3-fpm" in [s for s, status in services_status.items() if status['status'] != "running"]:
|
||||
logger.info([status for s, status in services_status.items() if status['status'] != "running"])
|
||||
os.system("journalctl -u php7.3-fpm -n 300 --no-hostname --no-pager")
|
||||
|
||||
if faulty_services:
|
||||
|
|
Loading…
Add table
Reference in a new issue