Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2017 05:58:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-testing@freebsd.org
Subject:   [Bug 222780] sbin/growfs/legacy_test:main and sys/geom/class/eli/resize_test:main both broken by r323923
Message-ID:  <bug-222780-32464-k21qu2R8no@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222780-32464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222780-32464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222780

--- Comment #1 from commit-hook@freebsd.org ---
A commit references this bug:

Author: ngie
Date: Tue Oct 10 05:58:33 UTC 2017
New revision: 324478
URL: https://svnweb.freebsd.org/changeset/base/324478

Log:
  Check the exit code from fsck_ffs instead of relying on MODIFIED being in=
 the
output

  ^/head@r323923 changed when MODIFIED is printed at exit. It's better to
follow the
  documented way of determining whether or not a filesystem is clean per
fsck_ffs, i.e.,
  ensure that the exit code is either 0 or 7.

  The pass/fail determination is brittle prior to this commit, and
^/head@r323923 made
  the issue apparent -- thus this needs to be fixed independent of
^/head@r323923.

  PR:           222780
  MFC after:    1 week
  MFC with:     r323923
  Reported by:  Jenkins

Changes:
  head/sbin/growfs/tests/legacy_test.pl
  head/tests/sys/geom/class/eli/resize_test.sh

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222780-32464-k21qu2R8no>