mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix shell botch in recent configuration update to XFS auto-qa.
This commit is contained in:
+1
-1
@@ -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}
|
||||
|
||||
+3
-4
@@ -410,12 +410,11 @@ do
|
||||
*check)
|
||||
uname=`uname -ar`
|
||||
_log " *** uname $uname"
|
||||
_log " *** user tools"
|
||||
ls -l /sbin/*xfs* /usr/sbin/*xfs* 2>&1
|
||||
_log " *** kernel"
|
||||
ls -l /boot/*$EXTRA* 2>&1
|
||||
_log " *** kernel modules"
|
||||
ls -l /lib/modules/$SVERSION$EXTRA/kernel/fs/xfs/*
|
||||
[ -d /lib/modules/$SVERSION$EXTRA/kernel/fs/xfs ] && \
|
||||
ls -l /lib/modules/$SVERSION$EXTRA/kernel/fs/xfs/*
|
||||
|
||||
if [ "$MODULAR" -eq 0 ]
|
||||
then
|
||||
@@ -502,7 +501,7 @@ do
|
||||
*run)
|
||||
cd $QADIR
|
||||
|
||||
_log " *** run tests"
|
||||
_log " *** run tests ($CHECK_OPTIONS)"
|
||||
_sudo ./check -l $CHECK_OPTIONS 2>&1 | tee $ROOT/qa.out
|
||||
|
||||
_log ""
|
||||
|
||||
Reference in New Issue
Block a user