From a13440d3c0ec7da33f39f67a72e04220cab904db Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Mon, 30 Aug 2010 16:13:25 +0400 Subject: [PATCH] b=23014 SGPDDSURVEY typo fix i=Andrew.Perepechko set default SGPDDSURVEY value properly --- lustre/tests/sgpdd-survey.sh | 2 +- lustre/tests/test-framework.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sgpdd-survey.sh b/lustre/tests/sgpdd-survey.sh index f01716c..4acd537 100644 --- a/lustre/tests/sgpdd-survey.sh +++ b/lustre/tests/sgpdd-survey.sh @@ -19,7 +19,7 @@ size=${size:-1024} # Skip these tests ALWAYS_EXCEPT="$SGPDD_SURVEY_EXCEPT" -SGPDDSURVEY=${OBDSURVEY:-$(which sgpdd-survey)} +SGPDDSURVEY=${SGPDDSURVEY:-$(which sgpdd-survey)} build_test_filter diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index fac35f2..458f09c 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -129,7 +129,7 @@ init_test_env() { fi export LST=${LST:-"$LUSTRE/../lnet/utils/lst"} [ ! -f "$LST" ] && export LST=$(which lst) - export SGPDDSURVEY=${OBDSURVEY:-$(which sgpdd-survey)} + export SGPDDSURVEY=${SGPDDSURVEY:-$(which sgpdd-survey)} export MDSRATE=${MDSRATE:-"$LUSTRE/tests/mpi/mdsrate"} [ ! -f "$MDSRATE" ] && export MDSRATE=$(which mdsrate 2> /dev/null) if ! echo $PATH | grep -q $LUSTRE/tests/racer; then -- 1.8.3.1