Merge "cachestat: use raw strings to escape \d"
[yardstick.git] / yardstick / benchmark / scenarios / availability / ha_tools / check_process_python.bash
index 88baed7..7c275f7 100755 (executable)
@@ -15,4 +15,4 @@ set -e
 
 process_name=$1
 
-ps aux | grep -e .*python.*$process_name.* | grep -v grep | wc -l
+ps aux | grep -e $process_name | grep -v grep | wc -l