From 45acfee7e5edd1c4ec1437a722b138770f804235 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 26 Jul 2005 22:32:20 +0000 Subject: [PATCH] Branch b1_4 Fix liblustre test in acceptance-small.sh - sanity.sh needs the --target option even though the LIBLUSTRE_MOUNT_TARGET environment variable is set. --- lustre/tests/acceptance-small.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh index e8d5c2a..67536b2 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -160,7 +160,7 @@ for NAME in $CONFIGS; do export LIBLUSTRE_TIMEOUT=`cat /proc/sys/lustre/timeout` export LIBLUSTRE_DEBUG_MASK=`cat /proc/sys/portals/debug` if [ -x $LIBLUSTRETESTS/sanity ]; then - $LIBLUSTRETESTS/sanity --target=$ENV_LUSTRE_MNTTGT + $LIBLUSTRETESTS/sanity --target=$LIBLUSTRE_MOUNT_TARGET fi sh llmountcleanup.sh #sh llrmount.sh -- 1.8.3.1