cypress_test/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) New commits: commit efdc8b25b40caf25cc755ef55a6630592ee35b29 Author: Tamás Zolnai <tamas.zol...@collabora.com> AuthorDate: Wed Apr 8 10:43:07 2020 +0200 Commit: Tamás Zolnai <tamas.zol...@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 <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 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 libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits