From b440a86f7357aec9e00ce8807b49dc01ac09c4d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 7 May 2024 10:12:11 +0100 Subject: [PATCH] get coolwsd log on failure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Caolán McNamara Change-Id: I88545054c4a79dd0152d13699f80e7f1b235d267 --- cypress_test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress_test/Makefile.am b/cypress_test/Makefile.am index e769b9d799..3b54438808 100644 --- a/cypress_test/Makefile.am +++ b/cypress_test/Makefile.am @@ -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