in reply to Error running prove "Archive is not a known format type! at /usr/lib/perl5/5.8.8/App/Prove.pm line 538."
Not very much info to go on (the version number of the module that you're using would be good, e.g. perl -MApp::Prove -le 'print $App::Prove::VERSION'), but:
Perhaps the arguments prove -r test/ and those provided by find ... | xargs prove ... are in conflict?
Have you tried running the find command by itself to check that it only selects those tests that you want?
Also, try running prove -v --norc -formatter=TAP::Formatter::JUnit TESTFILE for those tests individually until you run into the problem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Error running prove "Archive is not a known format type! at /usr/lib/perl5/5.8.8/App/Prove.pm line 538."
by kamal (Sexton) on Apr 18, 2014 at 20:48 UTC | |
by Anonymous Monk on Apr 18, 2014 at 23:18 UTC | |
by kamal (Sexton) on Apr 27, 2014 at 02:02 UTC | |
by Anonymous Monk on Apr 27, 2014 at 11:25 UTC |