cypress_test/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit efdc8b25b40caf25cc755ef55a6630592ee35b29
Author: Tamás Zolnai <[email protected]>
AuthorDate: Wed Apr 8 10:43:07 2020 +0200
Commit: Tamás Zolnai <[email protected]>
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 <[email protected]>
Reviewed-by: Tamás Zolnai <[email protected]>
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..."
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits