Whamcloud - gitweb
b=19139
authorgrev <grev>
Fri, 10 Apr 2009 15:02:02 +0000 (15:02 +0000)
committergrev <grev>
Fri, 10 Apr 2009 15:02:02 +0000 (15:02 +0000)
i=Jian.Yu
typo END_RUN_FILE name fix

lustre/tests/recovery-double-scale.sh
lustre/tests/recovery-mds-scale.sh

index e77f7fb..a332acd 100644 (file)
@@ -29,7 +29,7 @@ set -x
 [ $CLIENTCOUNT -ge 3 ] || \
     { skip "$0 Need two or more remote clients, have $CLIENTCOUNT" && exit 0; }
 
 [ $CLIENTCOUNT -ge 3 ] || \
     { skip "$0 Need two or more remote clients, have $CLIENTCOUNT" && exit 0; }
 
-END_RUN_FILE=${END_RUN_FILE:-$SHARED_DIRECTORY}/end_run_file}
+END_RUN_FILE=${END_RUN_FILE:-$SHARED_DIRECTORY/end_run_file}
 LOAD_PID_FILE=${LOAD_PID_FILE:-$TMP/client-load.pid}
 
 remote_mds_nodsh && skip "remote MDS with nodsh" && exit 0
 LOAD_PID_FILE=${LOAD_PID_FILE:-$TMP/client-load.pid}
 
 remote_mds_nodsh && skip "remote MDS with nodsh" && exit 0
index 598620b..5a7a2a6 100644 (file)
@@ -30,7 +30,7 @@ set -x
 [ $CLIENTCOUNT -ge 3 ] || \
     { skip "$0 Need two or more clients, have $CLIENTCOUNT" && exit 0; }
 
 [ $CLIENTCOUNT -ge 3 ] || \
     { skip "$0 Need two or more clients, have $CLIENTCOUNT" && exit 0; }
 
-END_RUN_FILE=${END_RUN_FILE:-$SHARED_DIRECTORY}/end_run_file}
+END_RUN_FILE=${END_RUN_FILE:-$SHARED_DIRECTORY/end_run_file}
 LOAD_PID_FILE=${LOAD_PID_FILE:-$TMP/client-load.pid}
 
 remote_mds_nodsh && skip "remote MDS with nodsh" && exit 0
 LOAD_PID_FILE=${LOAD_PID_FILE:-$TMP/client-load.pid}
 
 remote_mds_nodsh && skip "remote MDS with nodsh" && exit 0