mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs qa changes to get thinks working on irix
add verbosity to a file for debugging reduce iteration count
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user