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:
+6
-4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user