[Libreoffice-commits] online.git: cypress_test/Makefile.am
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 8 09:22:37 UTC 2020
cypress_test/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit efdc8b25b40caf25cc755ef55a6630592ee35b29
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Wed Apr 8 10:43:07 2020 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Wed Apr 8 11:22:20 2020 +0200
cypress: run JS error check also for make run commands.
Change-Id: I0a00d64e2222cbad5fc7e89711a89bb3620f793f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91875
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 73ce55751..b9129753c 100644
--- a/cypress_test/Makefile.am
+++ b/cypress_test/Makefile.am
@@ -113,6 +113,7 @@ check-mobile: @JAILS_PATH@ $(NODE_BINS)
@$(KILL_COMMAND) || true
run-desktop: @JAILS_PATH@ $(NODE_BINS)
+ $(call run_JS_error_check)
$(call start_loolwsd)
@echo
@echo "Open cypress with desktop tests..."
@@ -123,6 +124,7 @@ run-desktop: @JAILS_PATH@ $(NODE_BINS)
@$(KILL_COMMAND) || true
run-mobile: @JAILS_PATH@ $(NODE_BINS)
+ $(call run_JS_error_check)
$(call start_loolwsd)
@echo
@echo "Open cypress with mobile tests..."
More information about the Libreoffice-commits
mailing list