cypress_test/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) New commits: commit d613f8ad1dab52a2968ba389bc3783dd7824e991 Author: Tamás Zolnai <tamas.zol...@collabora.com> AuthorDate: Mon Jul 6 12:46:02 2020 +0200 Commit: Tamás Zolnai <tamas.zol...@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 <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 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 +@JAILS_PATH@: + mkdir -p $@ + define run_JS_error_check @echo "Checking for JS errors in test code..." @echo _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits