#4661 closed task (fixed)
Testsuite failures from running as root
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 10.0 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
In http://lists.linuxfromscratch.org/pipermail/lfs-dev/2020-May/073789.html I reported on test results using the cross-chap5 approach. But people who read it probably skimmed over some of the detail. The following items are applicable to the trunk book:
- sed
The testsuite.panic-tests.sh fails because the tests are run as root. Running as user nobody is adequate for making all the tests pass.
- findutils
Similarly, sv-bug-54171.old-O3 and sv-bug-54171.new-O3 fail because the tests are being run as root.
Change History (4)
comment:1 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I went ahead and fixed this using the new user 'tester'. Fixed at revision 11869.
Note:
See TracTickets
for help on using tickets.
Please hold off on this for a few days. We may want to run tests as a full (temporary) user.