X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Freplay-single.sh;h=9998498710fc1b58695cf114b4674d4f0b0126f7;hp=8194adb4c3c10cef43c827a73c9b7a56c848d804;hb=1bf48948a99f51ede84a467a23c59c55eb055d7b;hpb=14ea5da8867c36e03ec9005fef0f577e0e4dc0b6 diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 8194adb..9998498 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -2027,15 +2027,6 @@ check_for_process () { killall_process $clients "$prog" -0 } -killall_process () { - local clients=${1:-$(hostname)} - local name=$2 - local signal=$3 - local rc=0 - - do_nodes $clients "killall $signal $name" -} - test_70b () { local clients=${CLIENTS:-$HOSTNAME}