mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
QA updates.
Delete temporary files that we create.
This commit is contained in:
@@ -61,6 +61,7 @@ _cleanup()
|
||||
{
|
||||
echo " *** umount"
|
||||
umount $SCRATCH_DEV >/dev/null 2>&1
|
||||
rm -f $tmp.*
|
||||
}
|
||||
|
||||
OUT="bench.out"
|
||||
|
||||
@@ -7,6 +7,7 @@ run_bonnie()
|
||||
|
||||
mkdir ./bonnie || exit 1
|
||||
defaults="-d ./bonnie -q -f -r 0"
|
||||
defaults="$default -u "`id -u`" -g "`id -g`
|
||||
bonnie++ -m '' $defaults $@ >$tmp/bonnie.stdout 2>$tmp/bonnie.stderr
|
||||
status=$?
|
||||
rm -fr ./bonnie
|
||||
|
||||
+4
-1
@@ -71,9 +71,12 @@ 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 MALLOCLIB=${MALLOCLIB:=/usr/lib/libefence.a}
|
||||
export BENCH_PASSES=${BENCH_PASSES:=5}
|
||||
|
||||
export DEBUG=${DEBUG:=-DEXPERIMENTAL_LARGE_SECTORS}
|
||||
export MALLOCLIB=${MALLOCLIB:=/usr/lib/libefence.a}
|
||||
export LOCAL_CONFIGURE_OPTIONS=${LOCAL_CONFIGURE_OPTIONS:=--enable-readline=yes}
|
||||
|
||||
case "$HOST"
|
||||
in
|
||||
bruce)
|
||||
|
||||
Reference in New Issue
Block a user