[Libreoffice-commits] online.git: cypress_test/Makefile.am

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Wed Jun 3 09:38:30 UTC 2020


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

New commits:
commit a845757e8230ea052c2259119f31d5c695d06909
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Wed Jun 3 11:15:20 2020 +0200
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
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 <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 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


More information about the Libreoffice-commits mailing list