From 6f7ea4178a96fba438786b4e12ec961df2018011 Mon Sep 17 00:00:00 2001 From: sice Date: Fri, 7 Nov 2003 08:22:15 +0000 Subject: [PATCH] Add define of LCONF LMC LCTL in replay-dual.sh replay-single.sh replay-ost-single.sh test-framework.sh --- lustre/tests/replay-dual.sh | 4 ++++ lustre/tests/replay-single.sh | 3 +++ 2 files changed, 7 insertions(+) diff --git a/lustre/tests/replay-dual.sh b/lustre/tests/replay-dual.sh index 08f1db2..2104bb7 100755 --- a/lustre/tests/replay-dual.sh +++ b/lustre/tests/replay-dual.sh @@ -2,6 +2,10 @@ set -e +LCONF=${LCONF:-"../utils/lconf"} +LMC=${LMC:-"../utils/lmc"} +LCTL=${LCTL:-"../utils/lctl"} + LUSTRE=${LUSTRE:-`dirname $0`/..} . $LUSTRE/tests/test-framework.sh diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index e3c7d5d..8b5b114 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -6,6 +6,9 @@ set -e # This test needs to be run on the client # +LCONF=${LCONF:-"../utils/lconf"} +LMC=${LMC:-"../utils/lmc"} +LCTL=${LCTL:-"../utils/lctl"} LUSTRE=${LUSTRE:-`dirname $0`/..} . $LUSTRE/tests/test-framework.sh -- 1.8.3.1