Clean up leftover tincd and sptps_test processes.
This commit is contained in:
parent
b00a6d0666
commit
4e7e4818b7
2 changed files with 12 additions and 4 deletions
|
|
@ -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.?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue