New issue 43 by ppr...@liwjatan.at: make test fails
http://code.google.com/p/innotop/issues/detail?id=43
What steps will reproduce the problem?
1. perl Makefile.PL INSTALLDIRS=vendor
2. make
3. make test (fails)
What is the expected output? What do you see instead?
Instead of a passed test, I see:
------------------
PERL_DL_NONLAZY=1
/usr/bin/perl5.10.1 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')"
t/*.t
Can't locate ../innotop in @INC (@INC contains:
/usr/src/sbo_tmp/innotop-1.8.0/blib/lib
/usr/src/sbo_tmp/innotop-1.8.0/blib/arch
/usr/lib64/perl5/5.10.1/x86_64-linux-thread-multi /usr/lib64/perl5/5.10.1
/usr/lib64/perl5/site_perl/5.10.1/x86_64-linux-thread-multi
/usr/lib64/perl5/site_perl/5.10.1 /usr/lib64/perl5/site_perl
/usr/lib64/perl5/vendor_perl/5.10.1/x86_64-linux-thread-multi
/usr/lib64/perl5/vendor_perl/5.10.1 /usr/lib64/perl5/vendor_perl/5.10.0
/usr/lib64/perl5/vendor_perl .) at t/InnoDBParser.t line 8.
# Looks like your test exited with 2 before it could output anything.
t/InnoDBParser.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
------------------
I changed "../innotop" to "innotop" in t/InnoDBParser.t (line 8), which
brings me a bit further but it still fails:
------------------
PERL_DL_NONLAZY=1
/usr/bin/perl5.10.1 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')"
t/*.t
t/InnoDBParser.t .. No such file or directory at t/InnoDBParser.t line 13.
# Looks like your test exited with 2 before it could output anything.
t/InnoDBParser.t .. Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
------------------
What version of the product are you using? On what operating system?
Using 1.8.0 on Slackware 13.1
Please provide any additional information below.
I have attached a patch for this issue. It works fine on CentOS 5.5.
Attachments:
innotop-1.8.0-test.patch 637 bytes
Yep, with this patch everything seems to work fine.
Great, thanks. Both of you have commit rights now :)
Comment #4 on issue 43 by baron.sc...@gmail.com: make test fails
http://code.google.com/p/innotop/issues/detail?id=43
This issue was closed by revision r71.