History log of /freebsd-current/tools/boot/lua-test.sh
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# f98c671d 24-Oct-2018 Kyle Evans <kevans@FreeBSD.org>

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.


# 574a8bf9 16-Feb-2018 Kyle Evans <kevans@FreeBSD.org>

lua-test: Image the loader test directory if it doesn't exist yet


# ff840987 16-Feb-2018 Kyle Evans <kevans@FreeBSD.org>

Default to /tmp/loadertest for lua test scripts


# ca72e2e2 14-Feb-2018 Warner Losh <imp@FreeBSD.org>

A quick test script that we can run to use userboot's test mode to
excersize the load loader. Assumes that we already have a suitable
root area that you pass in with the first arg.