[Libreoffice-commits] online.git: cypress_test/Makefile.am
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jul 3 12:30:42 UTC 2020
cypress_test/Makefile.am | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 9afe83e30602d4d09c198849b3ba1d5ea2ebb4af
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Thu Jul 2 15:45:49 2020 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Fri Jul 3 14:30:22 2020 +0200
cypress: don't clear cypress cache by make check.
It's a global cache. Calling make clean on one branch
can break the build on a different because the
shared cache is removed.
Change-Id: Id03fb6b6fd69e899276abc93c3d907538576d8bd
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97841
Tested-by: Jenkins
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 ea32b1a32..2ea3461db 100644
--- a/cypress_test/Makefile.am
+++ b/cypress_test/Makefile.am
@@ -279,7 +279,6 @@ $(NPM_INSTALLED): package.json eslint_plugin/index.js eslint_plugin/package.json
endif
clean-local:
- $(CYPRESS_BINARY) cache clear || true
rm -rf node_modules
rm -rf workdir
rm -rf cypress
More information about the Libreoffice-commits
mailing list