summaryrefslogtreecommitdiff
path: root/position-web-service/script/run-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'position-web-service/script/run-test.sh')
-rwxr-xr-xposition-web-service/script/run-test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/position-web-service/script/run-test.sh b/position-web-service/script/run-test.sh
index fb0fa8f..c3c54e1 100755
--- a/position-web-service/script/run-test.sh
+++ b/position-web-service/script/run-test.sh
@@ -18,9 +18,9 @@
# @licence end@
###########################################################################
-killall enhanced-position-client
-killall enhanced-position-service
-killall log-replayer
+killall enhanced-position-client > /dev/null 2>&1
+killall enhanced-position-service > /dev/null 2>&1
+killall log-replayer > /dev/null 2>&1
cd ../..