[Bug 222780] sbin/growfs/legacy_test:main and sys/geom/class/eli/resize_test:main both broken by r323923
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Oct 17 15:49:53 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222780
--- Comment #2 from commit-hook at freebsd.org ---
A commit references this bug:
Author: ngie
Date: Tue Oct 17 15:49:37 UTC 2017
New revision: 324690
URL: https://svnweb.freebsd.org/changeset/base/324690
Log:
MFC r324478:
Check the exit code from fsck_ffs instead of relying on MODIFIED being in the
output
^/head at 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 at r323923 made
the issue apparent -- thus this needs to be fixed independent of
^/head at r323923.
PR: 222780
MFC with: r323923
Changes:
_U stable/10/
stable/10/sbin/growfs/tests/legacy_test.pl
stable/10/tests/sys/geom/class/eli/resize_test.sh
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-testing
mailing list