]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update lualoader test script a little bit
authorKyle Evans <kevans@FreeBSD.org>
Thu, 25 Oct 2018 02:04:01 +0000 (02:04 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 25 Oct 2018 02:04:01 +0000 (02:04 +0000)
commitf98c671d073627099f6ac3bd2e79747c5b72caef
tree0d54e1c0467b06e7419e7960b997807358fb4c53
parentb5da13f72d475d72dfb59cfc6e4ff3476a97f5e5
Update lualoader test script a little bit

Use userboot.so from the test directory if possible, fall back to .OBJDIR.
This avoids a problem that we've had since userboot coexistence was added,
where userboot.so alone no longer exists in the .OBJDIR but is instead just
a link installed later.
tools/boot/lua-test.sh