cypress_test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 433b108c50752be9f0416c6b330ad8e03c4dc288 Author: Tamás Zolnai <tamas.zol...@collabora.com> AuthorDate: Mon Aug 31 16:16:31 2020 +0200 Commit: Tamás Zolnai <tamas.zol...@collabora.com> CommitDate: Tue Sep 1 00:20:18 2020 +0200 cypress: simplify this. Change-Id: I4b055f13caebd7f034c4aa8aea724aff300c113d Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101766 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zol...@collabora.com> diff --git a/cypress_test/Makefile.am b/cypress_test/Makefile.am index e0679bf7b..16bbc28c4 100644 --- a/cypress_test/Makefile.am +++ b/cypress_test/Makefile.am @@ -47,7 +47,7 @@ SPACE :=$(EMPTY) $(EMPTY) CORE_VERSION := $(subst $(SPACE),_,$(shell "@LO_PATH@"/program/soffice.bin --version 2> /dev/null)) -BROWSER:=$(if $(shell echo $$CYPRESS_BROWSER),$(shell echo $$CYPRESS_BROWSER),$(CHROME)) +BROWSER:=$(if $(CYPRESS_BROWSER),$(CYPRESS_BROWSER),$(CHROME)) if ENABLE_DEBUG FILTER_DEBUG=cypress:electron,cypress:launcher _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits