Fix shell botch in recent configuration update to XFS auto-qa.

This commit is contained in:
fsgqa
2003-05-14 23:34:32 +00:00
parent df22334fd4
commit 16f3cf713f
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ SOAK_PASSES=-1 # count of repetitions of fsstress (while soaking)
EMAIL=root@localhost # where auto-qa will send its status messages
export MKFS_OPTIONS=${MKFS_OPTIONS:=-bsize=4096}
export MOUNT_OPTIONS=${MOUNT_OPTIONS:=-ologbufs=2}
export CHECK_OPTIONS=${CHECK_OPTIONS:=-gauto}
export CHECK_OPTIONS=${CHECK_OPTIONS:="-g auto"}
export BENCH_PASSES=${BENCH_PASSES:=5}
export DEBUG=${DEBUG:=-DEXPERIMENTAL_LARGE_SECTORS}