X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Frecovery-small-upcall.sh;h=b1ad60cbad912b26354a38b01145bf5b9db27e5d;hp=02e9f6985a3b3d8aac85e09b3eec1c0b19b299ae;hb=272294dfa235dac803ed2d2b2ee8e0bd402622bb;hpb=090c677210ee2946d99c71412e4ff762bb300f4f diff --git a/lustre/tests/recovery-small-upcall.sh b/lustre/tests/recovery-small-upcall.sh index 02e9f69..b1ad60c 100755 --- a/lustre/tests/recovery-small-upcall.sh +++ b/lustre/tests/recovery-small-upcall.sh @@ -1,3 +1,4 @@ #!/bin/sh LUSTRE=`dirname $0`/.. -$LUSTRE/utils/lctl --device %$3 recover || logger -p kern.info recovery failed: $@ +PATH=$LUSTRE/utils:$PATH +lctl --device %$3 recover || logger -p kern.info recovery failed: $@