]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r293048,r293444:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 22 Jan 2016 07:23:50 +0000 (07:23 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 22 Jan 2016 07:23:50 +0000 (07:23 +0000)
commit9c515739922696223f5dcc0f0286b6fd154f2c33
tree39f3a5b9f661dddf5d6a63b762f63fd41533f75d
parentad07177a44491f2169dd2eaa0c242a612c010b87
MFC r293048,r293444:

r293048:

- Use a temporary file for the temporary md(4) devices instead of
  hardcoding it
- Remove the temporary file in the cleanup routine

r293444:

- Move functions that might be used in class-specific cleanup functions
  (geom_test_cleanup, etc) down so the testcases don't emit noise when
  bailing
- Conform to the TAP protocol better when dealing with classes that can't
  be loaded and with temporary files that can't be allocated for tracking
  md(4) devices.

git-svn-id: svn://svn.freebsd.org/base/stable/10@294550 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
tools/regression/geom_subr.sh