Clean up leftover tincd and sptps_test processes.

This commit is contained in:
Guus Sliepen 2013-09-01 22:58:45 +02:00
parent b00a6d0666
commit 4e7e4818b7
2 changed files with 12 additions and 4 deletions

View file

@ -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.?