From: Brian Foster Date: Mon, 18 Jun 2012 16:48:00 +0000 (-0500) Subject: common.dump: filter out latest xfsdump version messages X-Git-Tag: v2022.05.01~3593^2~3 X-Git-Url: https://git.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=98758371f55ebc37c96c21923933d7f9d8cf017e;hp=b748511b813ea55b2bf44410c012618b7c1c7bf0 common.dump: filter out latest xfsdump version messages The latest version of xfsdump/restore (3.1.0) causes dump tests to complain. Fix up the filter to include a wider selection of version numbers. Signed-off-by: Brian Foster Reviewed-by: Eric Sandeen Signed-off-by: Eric Sandeen --- diff --git a/common.dump b/common.dump index ca09ec16..e89dedcf 100644 --- a/common.dump +++ b/common.dump @@ -863,7 +863,7 @@ _dump_filter_main() -e 's/1048576/BLOCKSZ/' \ -e 's/2097152/BLOCKSZ/' \ -e 's/(pid[ ]*[1-9][0-9]*)/\(pid PID\)/' \ - -e '/version 3\.0/d' \ + -e '/version [3-9]\.[0-9]/d' \ -e 's/\/hw\/module.*$/SCRATCH_DEV/' \ -e 's/xfsdump: ino map phase 1: .*/xfsdump: ino map /' \ -e '/xfsdump: ino map phase [2]/,1d' \