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
+5 -5
View File
@@ -188,7 +188,7 @@ _require_tape()
{
dumptape=$1
if [ -z "$dumptape" ]; then
if [ -z "$dumptape" -o "@" == "$dumptape" ]; then
echo "This test requires a dump tape - none was specified"
echo "No dump tape specified" >$seq.notrun
status=$NOTRUNSTS
@@ -282,10 +282,10 @@ _create_dumpdir_stress()
then
echo " fsstress (count=$_count) returned $? - see $here/$seq.full"
echo "--------------------------------------" >>$here/$here/$seq.full
echo "output from fsstress:" >>$here/$here/$seq.full
echo "--------------------------------------" >>$here/$here/$seq.full
cat $tmp.out >>$here/$here/$seq.full
echo "--------------------------------------" >>$here/$seq.full
echo "output from fsstress:" >>$here/$seq.full
echo "--------------------------------------" >>$here/$seq.full
cat $tmp.out >>$here/$seq.full
status=1
fi