pkills instances of Shell.py prior to dropping database
[plcapi.git] / peers-test.mk
index 88ca119..aa53791 100644 (file)
@@ -52,6 +52,8 @@ install-api:
 stop-clients:
        @echo 'pkilling psql'
        @-pkill psql
+       @echo 'pkilling Shell.py'
+       @-pkill Shell.py
        @echo stopping httpd
        @chroot $(CHROOT) /etc/plc.d/httpd stop