get coolwsd log on failure

Signed-off-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Change-Id: I88545054c4a79dd0152d13699f80e7f1b235d267
pull/7614/head
Caolán McNamara 2024-05-07 10:12:11 +01:00 committed by Caolán McNamara
parent ca2ca25d07
commit b440a86f73
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ define start_coolwsd_instance
--unattended \
$(if $(findstring php-proxy, $(CYPRESS_INTEGRATION)),--o:net.proxy_prefix=true) \
> $(COOLWSD_OUTPUT) 2>&1 &
$(V)$(WAIT_ON_BINARY) http://localhost:$(FREE_PORT) --timeout 60000
$(V)$(WAIT_ON_BINARY) http://localhost:$(FREE_PORT) --timeout 60000 || (echo ==dump coolwsd.log== && cat $(COOLWSD_OUTPUT) && exit 1)
$(V)echo
endef