Drew Fisher wrote: > Are there any extra steps or packages needed to get the coverage flag > to not generate a ton of errors? > > ./run.py -c > <snip> > > FAILED (successes=79, failures=66, errors=281, mismatches=347) > > This is a fresh build of the gate with a make clobber ; make ; make > packages done first.
Make sure you're running as root; there are a lot of "pkg verify" calls which expect filesystem objects to be installed as root/bin. If that's not the issue, then some samples of what errors you're running into (use the -v flag to see them as they happen) would help diagnose what's going on. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
