diff --git a/scripts/autotest_common.sh b/scripts/autotest_common.sh index c1685b7a7..7a5795b4d 100755 --- a/scripts/autotest_common.sh +++ b/scripts/autotest_common.sh @@ -134,7 +134,7 @@ function killprocess() { echo "killing process with pid $1" kill $1 - wait $1 || true + wait $1 } function iscsicleanup() {