X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=0956cbeda8b4bc294b2d12efa6603502a3ca770f;hb=ce2864a2a8c6c146fc605f8093a6246108dddb1a;hp=6bf5f5e663eea3489ca252ba0dad9b99623cb845;hpb=76ec2548d0a3e2f1ea92da025549e2abce2bf502;p=tinc diff --git a/Makefile.am b/Makefile.am index 6bf5f5e6..0956cbed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,12 @@ README: configure-version README.md CLEANFILES = README +# If we're running on a CI server, we may not be able to remove some test +# artifacts without using sudo because they are created by tincd running +# with root privileges. +clean-local: + if test -n "${CI}"; then sudo rm -rf test/*.test.*/; fi + ChangeLog: (cd $(srcdir) && git log) > ChangeLog