Whamcloud - gitweb
b=23014 SGPDDSURVEY typo fix
authorElena Gryaznova <grev@sun.com>
Mon, 30 Aug 2010 12:13:25 +0000 (16:13 +0400)
committerJohann Lombardi <johann.lombardi@oracle.com>
Tue, 31 Aug 2010 22:06:36 +0000 (00:06 +0200)
i=Andrew.Perepechko

set default SGPDDSURVEY value properly

lustre/tests/sgpdd-survey.sh
lustre/tests/test-framework.sh

index f01716c..4acd537 100644 (file)
@@ -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
 
index fac35f2..458f09c 100644 (file)
@@ -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