Skip to content

Commit

Permalink
compare-xfs: do more general compares
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengguang Wu committed Apr 13, 2012
1 parent 47cf2de commit ba89e39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions compare-xfs
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,13 @@ xfs:xfs_discard_busy

)

./compare-io -g xfs "$@"
./compare-wb -g xfs "$@"

for e in ${XFS_EXPRESSIONS[*]}
do
./compare -g xfs -e $e "$@"
echo
done

./compare-vm -g xfs "$@"

0 comments on commit ba89e39

Please sign in to comment.