X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2FMakefile.am;fp=test%2FMakefile.am;h=15db24fa951e5ae96dceae9b07eb260fc9188cf0;hb=4e7e4818b771af47a10ce0b8f4046ab455ef14a9;hp=4cb5f3f0f06132133bb7f73143c52089764d1e7c;hpb=b00a6d0666f13b5206b6fcb21479281270169584;p=tinc diff --git a/test/Makefile.am b/test/Makefile.am index 4cb5f3f0..15db24fa 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -7,4 +7,6 @@ TESTS = \ EXTRA_DIST = testlib.sh clean-local: + -for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done + -killall ../src/sptps_test -rm -rf *.test.?