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:
Andrew Jones
2006-07-07 16:00:24 +00:00
parent 1947a974dd
commit 4800bae8cc
4 changed files with 43 additions and 14 deletions
+17 -6
View File
@@ -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`