From 6c0b4e4ca9a2e67109a67c56d0d692c12d5c4946 Mon Sep 17 00:00:00 2001 From: "robert.read" <robert.read> Date: Thu, 5 Jun 2008 22:59:31 +0000 Subject: [PATCH] Branch b1_6 b=15928 i=grev Reset the current directory after the each test completes. --- lustre/tests/test-framework.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 14ee67ab96..7ae309b35b 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -89,6 +89,7 @@ init_test_env() { export LPROC=/proc/fs/lustre export DIR2 export AT_MAX_PATH + export SAVE_PWD=${SAVE_PWD:-$LUSTRE/tests} if [ "$ACCEPTOR_PORT" ]; then export PORT_OPT="--port $ACCEPTOR_PORT" @@ -1298,6 +1299,7 @@ run_one() { export TESTNAME=test_$testnum test_${testnum} || error "test_$testnum failed with $?" #check_mds + cd $SAVE_PWD reset_fail_loc check_grant ${testnum} || error "check_grant $testnum failed with $?" [ -f $CATASTROPHE ] && [ `cat $CATASTROPHE` -ne 0 ] && \ @@ -1308,7 +1310,6 @@ run_one() { unset TESTNAME unset tdir umask $SAVE_UMASK - cd $SAVE_PWD $CLEANUP } -- GitLab