[Libreoffice-commits] online.git: cypress_test/Makefile.am
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jul 6 11:08:25 UTC 2020
cypress_test/Makefile.am | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit d613f8ad1dab52a2968ba389bc3783dd7824e991
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Mon Jul 6 12:46:02 2020 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Mon Jul 6 13:08:05 2020 +0200
cypress: make jails folder if does not exist.
Newly jails folder is cleaned up after a run.
Change-Id: Ia4f3eb26f61c5f14304e9ae6a3d5b5f60a0ee592
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98204
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 2ea3461db..a17cfd7ee 100644
--- a/cypress_test/Makefile.am
+++ b/cypress_test/Makefile.am
@@ -143,6 +143,9 @@ run-cov: @JAILS_PATH@ $(NODE_BINS)
$(call run_mobile_tests,,,COVERAGE_RUN="1")
@$(KILL_COMMAND) || true
+ at JAILS_PATH@:
+ mkdir -p $@
+
define run_JS_error_check
@echo "Checking for JS errors in test code..."
@echo
More information about the Libreoffice-commits
mailing list