cypress_test/Makefile.am |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 9afe83e30602d4d09c198849b3ba1d5ea2ebb4af
Author:     Tamás Zolnai <tamas.zol...@collabora.com>
AuthorDate: Thu Jul 2 15:45:49 2020 +0200
Commit:     Tamás Zolnai <tamas.zol...@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 <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 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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to