[Libreoffice-commits] online.git: cypress_test/Makefile.am
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jun 26 13:26:32 UTC 2020
cypress_test/Makefile.am | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit e198daae3dafa8df60cb916422dc463adb37e41a
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Fri Jun 26 15:05:19 2020 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Fri Jun 26 15:26:12 2020 +0200
cypress: fix build.
Change-Id: Ie8df2a37312c0bee5827cb9378c2147a6b30bffd
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97228
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
diff --git a/cypress_test/Makefile.am b/cypress_test/Makefile.am
index 4d2bd35f1..3f57daa44 100644
--- a/cypress_test/Makefile.am
+++ b/cypress_test/Makefile.am
@@ -139,8 +139,8 @@ run-cov: @JAILS_PATH@ $(NODE_BINS)
@echo "Run all tests..."
@echo
$(call start_loolwsd)
- $(call run_desktop_tests,,COVERAGE_RUN="1")
- $(call run_mobile_tests,,COVERAGE_RUN="1")
+ $(call run_desktop_tests,,,COVERAGE_RUN="1")
+ $(call run_mobile_tests,,,COVERAGE_RUN="1")
@$(KILL_COMMAND) || true
define run_JS_error_check
@@ -207,7 +207,7 @@ define run_desktop_tests
$(CYPRESS_BINARY) run \
--browser $(CHROME) \
--headless \
- $(DESKTOP_CONFIG)$(if $(2),$(COMMA)$(2),) \
+ $(DESKTOP_CONFIG)$(if $(3),$(COMMA)$(3)) \
$(if $(1), --spec=$(abs_dir)/integration_tests/desktop/$(1)) \
$(if $(PARALLEL_BUILD),,|| ($(KILL_COMMAND) && false)))
$(if $(PARALLEL_BUILD),\
@@ -224,7 +224,7 @@ define run_mobile_tests
$(CYPRESS_BINARY) run \
--browser $(CHROME) \
--headless \
- $(MOBILE_CONFIG)$(if $(2),$(COMMA)$(2),) \
+ $(MOBILE_CONFIG)$(if $(3),$(COMMA)$(3)) \
$(if $(1), --spec=$(abs_dir)/integration_tests/mobile/$(1)) \
$(if $(PARALLEL_BUILD),,|| ($(KILL_COMMAND) && false)))
$(if $(PARALLEL_BUILD),\
More information about the Libreoffice-commits
mailing list