mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
The test device is now used as a nfs filesystem.
Merge of master-melb:xfs-cmds:26462a by kenmcd. modified this test to run on xfs only.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# Control script for QA
|
||||
#
|
||||
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
||||
# Copyright (c) 2000-2002,2006 Silicon Graphics, Inc. All Rights Reserved.
|
||||
#
|
||||
|
||||
tmp=/tmp/$$
|
||||
@@ -16,8 +16,24 @@ interrupt=true
|
||||
|
||||
export QA_CHECK_FS=${QA_CHECK_FS:=true}
|
||||
|
||||
# by default don't output timestamps
|
||||
timestamp=${TIMESTAMP:=false}
|
||||
|
||||
# generic initialization
|
||||
iam=check
|
||||
|
||||
# we need common.config
|
||||
if ! . ./common.config
|
||||
then
|
||||
echo "$iam: failed to source common.config"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# we need common
|
||||
. ./common
|
||||
|
||||
|
||||
# we need common.rc
|
||||
if ! . ./common.rc
|
||||
then
|
||||
echo "check: failed to source common.rc"
|
||||
@@ -122,11 +138,6 @@ echo "preamble" >/tmp/check.sts
|
||||
# don't leave old full output behind on a clean run
|
||||
rm -f check.full
|
||||
|
||||
# by default don't output timestamps
|
||||
timestamp=${TIMESTAMP:=false}
|
||||
|
||||
. ./common
|
||||
|
||||
[ -f check.time ] || touch check.time
|
||||
|
||||
FULL_FSTYP_DETAILS=`_full_fstyp_details`
|
||||
|
||||
Reference in New Issue
Block a user