On Wed, Oct 7, 2015 at 6:15 AM, Dimitry Andric <[email protected]> wrote: > On 07 Oct 2015, at 09:52, NGie Cooper <[email protected]> wrote: > ... >>> How do you reproduce this issue? Do you have any core dumps? >> >> sudo bash >> pkg install -y kyua >> kyua test /usr/tests/local/atf/atf-c++/build_test > > For me, this does not crash, but results in the following error: > > kyua: E: Program name '/usr/tests/local/atf/atf-c++/build_test' must be > relative to the test suite, not absolute. > > What am I doing wrong?
It's not you, it's me >_>... Try: sudo bash pkg install -y kyua cd /usr/tests/local/atf/atf-c++ kyua build_test Thanks! _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
