cypress_test/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a845757e8230ea052c2259119f31d5c695d06909
Author:     Tamás Zolnai <[email protected]>
AuthorDate: Wed Jun 3 11:15:20 2020 +0200
Commit:     Tamás Zolnai <[email protected]>
CommitDate: Wed Jun 3 11:38:12 2020 +0200

    cypress: clean cypress cache by 'make clean'.
    
    Change-Id: I4799155fd16c69f83cc9c023206b3a3bc7d2bed2
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/95401
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Tamás Zolnai <[email protected]>

diff --git a/cypress_test/Makefile.am b/cypress_test/Makefile.am
index 0baa0a5f5..58c5c0677 100644
--- a/cypress_test/Makefile.am
+++ b/cypress_test/Makefile.am
@@ -254,6 +254,7 @@ $(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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to