Skip to content

Commit

Permalink
fs/xfs/xfstests: do not report failure if subcase does not exist
Browse files Browse the repository at this point in the history
Remove 2 testcases that has been renamed upstream. The testcases were
moved to run only on ext4 so we removed them from the shared test list
(that's supposed to run on both ext4 and xfs).

Signed-off-by: Murphy Zhou <[email protected]>
  • Loading branch information
jencce authored and veruu committed Jul 10, 2019
1 parent 4c57000 commit e478505
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions filesystems/xfs/xfstests/RUNTESTS
Original file line number Diff line number Diff line change
Expand Up @@ -217,5 +217,3 @@ generic/508
generic/509
generic/510
generic/511
shared/001
shared/003
1 change: 0 additions & 1 deletion filesystems/xfs/xfstests/xfstests-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ function check_tests()
xlog head -n 10 tests/$XFSTEST
else
echoo "The test $XFSTEST does not seem to exist."
report $XFSTEST FAIL 0
continue
fi
MOUNT_OPTIONS="$MOUNT_OPTS" MKFS_OPTIONS="$MKFS_OPTS" xlog ./check $CHECK_OPTS $XFSTEST
Expand Down

0 comments on commit e478505

Please sign in to comment.