aboutsummaryrefslogtreecommitdiff
path: root/tools/boot/lua-test.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update lualoader test script a little bitKyle Evans2018-10-251-2/+5
| | | | | | | | | | 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. Notes: svn path=/head/; revision=339701
* lua-test: Image the loader test directory if it doesn't exist yetKyle Evans2018-02-161-1/+4
| | | | Notes: svn path=/head/; revision=329407
* Default to /tmp/loadertest for lua test scriptsKyle Evans2018-02-161-1/+1
| | | | Notes: svn path=/head/; revision=329406
* A quick test script that we can run to use userboot's test mode toWarner Losh2018-02-141-0/+22
excersize the load loader. Assumes that we already have a suitable root area that you pass in with the first arg. Notes: svn path=/head/; revision=329266