[lttng-dev] Running lttng-tools tests?

2013-05-30 Thread Thibault, Daniel
After installing lttng-tools (2.2.0-rc2) in /usr/src, I tried this: $ cd /usr/src/lttng-tools-2.2.0-rc2/tests $ ./run.sh unit_tests And I got this: unit/test_kernel_data .. Dubious, test returned 1 (wstat 256, 0x100) No subtests run unit/test_session .. Dubious,

Re: [lttng-dev] Running lttng-tools tests?

2013-05-30 Thread Christian Babeux
Hi Daniel, > After installing lttng-tools (2.2.0-rc2) in /usr/src, I tried this: > > $ cd /usr/src/lttng-tools-2.2.0-rc2/tests > $ ./run.sh unit_tests This is indeed the right way to run the tests. Usually I run those in the source tree _before_ installation e.g.: [...] make cd lttng-tools/test

Re: [lttng-dev] Running lttng-tools tests?

2013-05-30 Thread Thibault, Daniel
I tried deploying the tarball to another directory and building. The tests refuse to run ("Could not execute (unit/test_kernel_data): open3: exec of unit/test_kernmel_data failed at /usr/share/perl/5.14/TAP/Parser/Iterator/Process.pm line 168") until after the make step (naturally). This t

Re: [lttng-dev] Running lttng-tools tests?

2013-07-08 Thread Mathieu Desnoyers
* Thibault, Daniel (daniel.thiba...@drdc-rddc.gc.ca) wrote: >I tried deploying the tarball to another directory and building. The > tests refuse to run ("Could not execute (unit/test_kernel_data): open3: exec > of unit/test_kernmel_data failed at > /usr/share/perl/5.14/TAP/Parser/Iterator/P