[Libreoffice-commits] online.git: cypress_test/Makefile.am

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 21 17:47:20 UTC 2020


 cypress_test/Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b06ec9c71b5c823edc752fc65816d2a0af007655
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Tue Jan 21 17:50:59 2020 +0100
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Tue Jan 21 18:47:02 2020 +0100

    cypress: let's have these two commands in separate lines.
    
    Change-Id: Idf7856518121ca2ce84a9eb8f77b6f596a21ca18
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87156
    Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
    Tested-by: Tamás Zolnai <tamas.zolnai at collabora.com>

diff --git a/cypress_test/Makefile.am b/cypress_test/Makefile.am
index 3470e43dc..bbca01e7f 100644
--- a/cypress_test/Makefile.am
+++ b/cypress_test/Makefile.am
@@ -68,8 +68,8 @@ define start_loolwsd
 			--o:ssl.key_file_path="$(abs_top_srcdir)/etc/key.pem" \
 			--o:ssl.ca_file_path="$(abs_top_srcdir)/etc/ca-chain.cert.pem" \
 			--o:admin_console.username=admin --o:admin_console.password=admin \
-			--o:logging.file[@enable]=true --o:logging.level=trace > /dev/null 2>&1 & \
-	node_modules/wait-on/bin/wait-on http://localhost:9980
+			--o:logging.file[@enable]=true --o:logging.level=trace > /dev/null 2>&1 &
+	@node_modules/wait-on/bin/wait-on http://localhost:9980
 	@echo
 endef
 


More information about the Libreoffice-commits mailing list