On Wed, Oct 7, 2015 at 6:15 AM, Dimitry Andric <d...@freebsd.org> wrote: > On 07 Oct 2015, at 09:52, NGie Cooper <yaneurab...@gmail.com> 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! _______________________________________________ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"