[Libreoffice-commits] online.git: cypress_test/Makefile.am
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Sat Apr 4 15:10:38 UTC 2020
cypress_test/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit d41348e841cd976773128c1fb0bf1267a60345c6
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Sat Apr 4 16:05:27 2020 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Sat Apr 4 17:09:41 2020 +0200
cypress: add the issue link about hash values.
Change-Id: Ied7d05a2b5d112c222076d5799e44dd89a2f8641
diff --git a/cypress_test/Makefile.am b/cypress_test/Makefile.am
index 486014cde..b965fe298 100644
--- a/cypress_test/Makefile.am
+++ b/cypress_test/Makefile.am
@@ -29,6 +29,8 @@ DISPLAY_NUMBER = 100
HEADLESS_BUILD := $(findstring Command failed,$(shell xhost > /dev/null 2>&1 || echo "Command failed, so we are in a headless environment."))
export DISPLAY=$(if $(HEADLESS_BUILD),:$(DISPLAY_NUMBER),$(shell echo $$DISPLAY))
+# We use a hard coded hash here, because of this issue:
+# https://github.com/cypress-io/cypress/issues/6891
WSD_VERSION_HASH := "11111111"
if HAVE_LO_PATH
More information about the Libreoffice-commits
mailing list