mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Comment out path which has changed anyway.
Leave in comment to use for debugging if desired.
This commit is contained in:
+5
-3
@@ -43,9 +43,11 @@ if [ -n "$DEBUGDUMP" ]; then
|
|||||||
_invutil_debug=-d
|
_invutil_debug=-d
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Use dump/restore out of workareas
|
# Use dump/restore in qa directory for debugging
|
||||||
PATH="../dump/dump:../dump/restore:../dump/invutil:$PATH"
|
#PATH=".:$PATH"
|
||||||
export PATH
|
#export PATH
|
||||||
|
#which xfsdump
|
||||||
|
#which xfsrestore
|
||||||
|
|
||||||
# status returned for not run tests
|
# status returned for not run tests
|
||||||
NOTRUNSTS=2
|
NOTRUNSTS=2
|
||||||
|
|||||||
@@ -52,7 +52,11 @@ PLATFORM=linux
|
|||||||
# extra parameters for fsstress
|
# extra parameters for fsstress
|
||||||
FSSTRESS_AVOID="-f resvsp=0 -f unresvsp=0"
|
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 AWK_PROG PS_HAVE_BSD PS_ALL_FLAGS PLATFORM
|
||||||
|
export EF_PROTECT_FREE
|
||||||
|
|
||||||
# we override mount so we can specify mount options
|
# we override mount so we can specify mount options
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user