A recent mod changed the number of phases in xfsdump, and consequently the

xfsdump output changed. This mod fixes the expected output for the xfsdump
tests, as well as a few other minor bugs I came across when running the
xfsdump qa tests.
This commit is contained in:
Bill Kendall
2006-06-08 12:50:04 +00:00
parent 543e4a76fa
commit 64e89fe895
30 changed files with 179 additions and 294 deletions
+4 -1
View File
@@ -49,8 +49,11 @@ while [ $i -le 9 ]; do
if [ $i -gt 0 ]; then
sleep 2
_modify_level $i
_stable_fs
fi
_stable_fs
sleep 2
echo "********* level $i ***********" >>$seq.full
date >>$seq.full
find $SCRATCH_MNT -exec $here/src/lstat64 {} \; | sed 's/(00.*)//' >$tmp.dates.$i