mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix build - bsd changes from awhile ago introduced a m4 macro bug, only
showed up now because I reran aclocal yesterday. Added CHECK_OPTIONS so auto-qa use of check script can be tweaked externally. Added CHECK_OPTIONS so auto-qa use of check script can be tweaked externally.
This commit is contained in:
@@ -71,6 +71,7 @@ SOAK_PASSES=-1 # count of repetitions of fsstress (while soaking)
|
|||||||
EMAIL=root@localhost # where auto-qa will send its status messages
|
EMAIL=root@localhost # where auto-qa will send its status messages
|
||||||
export MKFS_OPTIONS=${MKFS_OPTIONS:=-bsize=4096}
|
export MKFS_OPTIONS=${MKFS_OPTIONS:=-bsize=4096}
|
||||||
export MOUNT_OPTIONS=${MOUNT_OPTIONS:=-ologbufs=2}
|
export MOUNT_OPTIONS=${MOUNT_OPTIONS:=-ologbufs=2}
|
||||||
|
export CHECK_OPTIONS=${CHECK_OPTIONS:=-gauto}
|
||||||
export BENCH_PASSES=${BENCH_PASSES:=5}
|
export BENCH_PASSES=${BENCH_PASSES:=5}
|
||||||
|
|
||||||
export DEBUG=${DEBUG:=-DEXPERIMENTAL_LARGE_SECTORS}
|
export DEBUG=${DEBUG:=-DEXPERIMENTAL_LARGE_SECTORS}
|
||||||
|
|||||||
+1
-1
@@ -503,7 +503,7 @@ do
|
|||||||
cd $QADIR
|
cd $QADIR
|
||||||
|
|
||||||
_log " *** run tests"
|
_log " *** run tests"
|
||||||
_sudo ./check -l -g auto 2>&1 | tee $ROOT/qa.out
|
_sudo ./check -l $CHECK_OPTIONS 2>&1 | tee $ROOT/qa.out
|
||||||
|
|
||||||
_log ""
|
_log ""
|
||||||
_log " *** send status mail"
|
_log " *** send status mail"
|
||||||
|
|||||||
Reference in New Issue
Block a user