]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bectl: tests: use -R <mount> instead of specifying altroot
authorKyle Evans <kevans@FreeBSD.org>
Sat, 16 Jan 2021 05:58:12 +0000 (23:58 -0600)
committerKyle Evans <kevans@FreeBSD.org>
Sun, 24 Jan 2021 02:52:56 +0000 (20:52 -0600)
commit80bffc56620228099986560bb385c8b3c4583ead
treec0bf81683d56ad2e2aac1768801e90bcd731bf32
parent80a5b8512a2c6193df36bd2dd885fc772633a971
bectl: tests: use -R <mount> instead of specifying altroot

-R is currently shorthand for cachefile=none, altroot=<mount>.  This is
functionally the same, but perhaps more resilient to future changes that
could be necessary that may be added when -R is specified.

(cherry picked from commit de661c9f8652f6a51a6ca83d404d9170404990f8)
sbin/bectl/tests/bectl_test.sh