summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorfsgqa <fsgqa>2003-08-25 01:18:54 +0000
committerfsgqa <fsgqa>2003-08-25 01:18:54 +0000
commite7d2c01f952bf693bd0de06058640db980234c17 (patch)
tree1bc818082b1d4457dc7374f516ac3cefcd039d68 /setup
parent35a8aee77e6053bea27313cb032e8850538bd6ac (diff)
Update auto-benchmark stuff to remove assumptions about xfs as the only fs
Diffstat (limited to 'setup')
-rwxr-xr-xsetup3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup b/setup
index f3cfb463..3f75a383 100755
--- a/setup
+++ b/setup
@@ -8,10 +8,11 @@ fi
[ "$USE_EXTERNAL" != yes ] && USE_EXTERNAL="no"
[ "$USE_LBD_PATCH" = yes ] || USE_LBD_PATCH="no"
+[ -x "$FSTYP" ] && FSTYP="xfs"
cat <<EOF
TEST: DIR=$TEST_DIR DEV=$TEST_DEV rt=[$TEST_RTDEV] log=[$TEST_LOGDEV]
TAPE: dev=[$TAPE_DEV] rmt=[$RMT_TAPE_DEV] rmtirix=[$RMT_TAPE_USER@$RMT_IRIXTAPE_DEV]
SCRATCH: MNT=$SCRATCH_MNT DEV=$SCRATCH_DEV rt=[$SCRATCH_RTDEV] log=[$SCRATCH_LOGDEV]
-VARIABLES: external=$USE_EXTERNAL largeblk=$USE_LBD_PATCH
+VARIABLES: external=$USE_EXTERNAL largeblk=$USE_LBD_PATCH fstyp=$FSTYP
EOF