> Archaic Wrote: > > Is it a warning or does it not run the tests? Or do the tests run and > fail? >
They run anyhow... execscript for example simply has this in it:
if [ $UID -eq 0 ]; then
echo "execscript: the test suite should not be run as root" >&2
fi
I don't know how running as root skews the results, though. I know the
tests all pass as-is.
Jeremy
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page
