[Libreoffice-commits] online.git: Makefile.am test/Makefile.am
Yunusemre Åentürk (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jul 6 08:41:39 UTC 2020
Makefile.am | 2 +-
test/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 187aefb6269b403b3029907c6b8e6dfb7374e849
Author: Yunusemre Şentürk <yunusemre at collabora.com>
AuthorDate: Mon Jul 6 11:09:54 2020 +0300
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Mon Jul 6 10:41:14 2020 +0200
Fix lool user control issue on packaging
Change-Id: I1e75279f955a74da5f167dff4648d142af51ab1b
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98192
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/Makefile.am b/Makefile.am
index fbb1edb55..2f6761771 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -322,7 +322,7 @@ EXTRA_DIST = discovery.xml \
scripts/unocommands.py \
$(man_MANS)
-CLEANUP_COMMAND=if test -s ./loolwsd; then echo "Cleaning up..." && ./loolwsd --cleanup --o:logging.level=trace; fi
+CLEANUP_COMMAND=if test -s ./loolwsd; then echo "Cleaning up..." && ./loolwsd --disable-lool-user-checking --cleanup --o:logging.level=trace; fi
if HAVE_LO_PATH
diff --git a/test/Makefile.am b/test/Makefile.am
index 327832f79..9fa6506b1 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -193,7 +193,7 @@ else
SYSTEM_STAMP =
endif
-CLEANUP_COMMAND=if test -s ../loolwsd; then echo "Cleaning up..." && ../loolwsd --cleanup --o:logging.level=trace; fi
+CLEANUP_COMMAND=if test -s ../loolwsd; then echo "Cleaning up..." && ../loolwsd --disable-lool-user-checking --cleanup --o:logging.level=trace; fi
if HAVE_LO_PATH
check-local:
More information about the Libreoffice-commits
mailing list