mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
+5
-5
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user