xfs qa changes to get thinks working on irix

add verbosity to a file for debugging
reduce iteration count
This commit is contained in:
Tim Shimmin
2004-08-10 03:55:47 +00:00
parent 0e5f6a8c42
commit 4c56e56f91
11 changed files with 69 additions and 18 deletions
+10 -1
View File
@@ -53,7 +53,8 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
_filter_resv()
{
sed -e "s,$TEST_DIR/resv,[TESTFILE],g"
sed -e "s,$TEST_DIR/resv,[TESTFILE],g" \
-e 's/[0-9][0-9]* bytes/NUM bytes/g'
}
pgsize=`$here/src/feature -p`
@@ -67,6 +68,14 @@ pgsize=`$here/src/feature -p`
_supported_fs xfs
_supported_os IRIX Linux
if [ $HOSTOS == "IRIX" ]; then
if uname -R | grep -iq debug; then
# taking up to 23 mins on my 512K octane on debug
# not worth worrying about
_notrun "don't bother running on debug IRIX"
fi
fi
echo
echo "*** First case - I/O blocksize same as pagesize"
$here/src/resvtest -i 20 -b $pgsize "$TEST_DIR/resv" | _filter_resv