From: fsgqa Date: Fri, 6 Apr 2001 11:13:02 +0000 (+0000) Subject: Comment out path which has changed anyway. X-Git-Tag: v1.1.0~1277 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=564606c3a520ef87b75ebd979830dbf4981d880e Comment out path which has changed anyway. Leave in comment to use for debugging if desired. --- diff --git a/common.dump b/common.dump index ea313696..66c12950 100644 --- a/common.dump +++ b/common.dump @@ -43,9 +43,11 @@ if [ -n "$DEBUGDUMP" ]; then _invutil_debug=-d fi -# Use dump/restore out of workareas -PATH="../dump/dump:../dump/restore:../dump/invutil:$PATH" -export PATH +# Use dump/restore in qa directory for debugging +#PATH=".:$PATH" +#export PATH +#which xfsdump +#which xfsrestore # status returned for not run tests NOTRUNSTS=2 @@ -247,7 +249,7 @@ _cleanup() # put inventory dir back if [ -d /var/xfsdump/inventory.$seq ]; then - rm -rf /var/xfsdump/inventory # get rid of new one + rm -rf /var/xfsdump/inventory # get rid of new one mv /var/xfsdump/inventory.$seq /var/xfsdump/inventory fi diff --git a/common.rc b/common.rc index c60ae1b5..0d8c52c1 100644 --- a/common.rc +++ b/common.rc @@ -52,7 +52,11 @@ PLATFORM=linux # extra parameters for fsstress FSSTRESS_AVOID="-f resvsp=0 -f unresvsp=0" +# env variables for mem checking +EF_PROTECT_FREE=1 # efence + export AWK_PROG PS_HAVE_BSD PS_ALL_FLAGS PLATFORM +export EF_PROTECT_FREE # we override mount so we can specify mount options