Message ID | 162370437228.3800603.4686985475787987320.stgit@locust (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | fstests: move test group lists into test files | expand |
On Mon, Jun 14, 2021 at 01:59:32PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@kernel.org> > > Fix the handful of tests that open-coded 'QA output created by XXX'. > > Signed-off-by: Darrick J. Wong <djwong@kernel.org> > Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com> > Reviewed-by: Allison Henderson <allison.henderson@oracle.com> Shouldn't this go before the mass conversion?
On Wed, Jun 16, 2021 at 06:45:41AM +0100, Christoph Hellwig wrote: > On Mon, Jun 14, 2021 at 01:59:32PM -0700, Darrick J. Wong wrote: > > From: Darrick J. Wong <djwong@kernel.org> > > > > Fix the handful of tests that open-coded 'QA output created by XXX'. > > > > Signed-off-by: Darrick J. Wong <djwong@kernel.org> > > Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com> > > Reviewed-by: Allison Henderson <allison.henderson@oracle.com> > > Shouldn't this go before the mass conversion? Yeah, I suppose it should to avoid breaking bisects. --D
diff --git a/tests/btrfs/006.out b/tests/btrfs/006.out index a9769721..b7f29f96 100644 --- a/tests/btrfs/006.out +++ b/tests/btrfs/006.out @@ -1,4 +1,4 @@ -== QA output created by 006 +QA output created by 006 == Set filesystem label to TestLabel.006 == Get filesystem label TestLabel.006 diff --git a/tests/btrfs/012.out b/tests/btrfs/012.out index 2a41e7e4..7aa5ae94 100644 --- a/tests/btrfs/012.out +++ b/tests/btrfs/012.out @@ -1 +1 @@ -== QA output created by 012 +QA output created by 012 diff --git a/tests/generic/184.out b/tests/generic/184.out index 2d19691d..4c300543 100644 --- a/tests/generic/184.out +++ b/tests/generic/184.out @@ -1 +1 @@ -QA output created by 184 - silence is golden +QA output created by 184