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
+3 -4
View File
@@ -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 ""