From: grev Date: Fri, 10 Apr 2009 15:02:02 +0000 (+0000) Subject: b=19139 X-Git-Tag: v1_9_167~10 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=e9b311378cf25aeb46658f3240214bd98d45fd93 b=19139 i=Jian.Yu typo END_RUN_FILE name fix --- diff --git a/lustre/tests/recovery-double-scale.sh b/lustre/tests/recovery-double-scale.sh index e77f7fb..a332acd 100644 --- a/lustre/tests/recovery-double-scale.sh +++ b/lustre/tests/recovery-double-scale.sh @@ -29,7 +29,7 @@ set -x [ $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 diff --git a/lustre/tests/recovery-mds-scale.sh b/lustre/tests/recovery-mds-scale.sh index 598620b..5a7a2a6 100644 --- a/lustre/tests/recovery-mds-scale.sh +++ b/lustre/tests/recovery-mds-scale.sh @@ -30,7 +30,7 @@ set -x [ $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