diff options
author | Nathan Scott <nathans@sgi.com> | 2002-01-20 00:47:43 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2002-01-20 00:47:43 +0000 |
commit | 36d5db422bed38ae326a18770b0ffacf6626425c (patch) | |
tree | 911544d71acc5dfc573876200825bf3f8a72ff21 /032 | |
parent | a7d6e4ed5cb7b8c21bf81853ea384101ce15a4b7 (diff) |
allow mkfs arguments to be passed from the env for testing multiple
block sizes.
Diffstat (limited to '032')
-rwxr-xr-x | 032 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ do # next, ensure we don't overwrite it echo "=== Attempting XFS overwrite of $fs..." >>$seq.full - mkfs -t xfs $SCRATCH_DEV >>$seq.full 2>&1 + mkfs_xfs $SCRATCH_DEV >>$seq.full 2>&1 [ $? -eq 0 ] && echo "Failed - overwrote fs type ${fs}!" done |