summaryrefslogtreecommitdiff
path: root/test/poi-service/script/kill-all
diff options
context:
space:
mode:
author <philippe colliot>2014-06-06 17:28:30 +0200
committer <philippe colliot>2014-06-06 17:28:30 +0200
commitf6e21a6683c5d6e7acf1e2f8613d5d02e2c636a5 (patch)
treeb364a0b44b68ca586ddfd848331b859002277bc1 /test/poi-service/script/kill-all
parentffed413d3c4eeb276788e467bd95e1734d65f0dd (diff)
downloadpoi-service-f6e21a6683c5d6e7acf1e2f8613d5d02e2c636a5.tar.gz
add some dependencies into the makefiles
Diffstat (limited to 'test/poi-service/script/kill-all')
-rwxr-xr-xtest/poi-service/script/kill-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/poi-service/script/kill-all b/test/poi-service/script/kill-all
index 510d023..75032ad 100755
--- a/test/poi-service/script/kill-all
+++ b/test/poi-service/script/kill-all
@@ -1,4 +1,4 @@
#!/bin/sh
echo 'kill all remaining process'
-kill -9 `ps -ef | grep poi- | grep -v grep | awk '{print $2}'`
+kill -9 `ps -ef | egrep poi- | grep -v grep | awk '{print $2}'`