Skip to content

Commit 28f81c0

Browse files
committed
Add a way to clear out test credentials
They expire periodically, and I would do this by hand periodically, so might as well automate it. Signed-off-by: Corey Minyard <corey@minyard.net>
1 parent a73dde6 commit 28f81c0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Makefile.am

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ EXTRA_DIST = README.rst reconf ISSUES TODO
1616
AM_DISTCHECK_CONFIGURE_FLAGS=--enable-internal-trace \
1717
--with-pythoninstall=$(abs_top_builddir)/$(distdir)/_inst/lib/python \
1818
--with-pythoninstalllib=$(abs_top_builddir)/$(distdir)/_inst/lib/python
19+
20+
clean_keys:
21+
rm -rf c++/swig/go/tests/ca
22+
rm -rf c++/swig/pygensio/tests/ca
23+
rm -rf tests/ca

0 commit comments

Comments
 (0)