in reply to Re^3: Error running prove "Archive is not a known format type! at /usr/lib/perl5/5.8.8/App/Prove.pm line 538."
in thread Error running prove "Archive is not a known format type! at /usr/lib/perl5/5.8.8/App/Prove.pm line 538."

as you can see i dont have the -a, or --archive option set, in :
find test/ -name '*.t' ! -name '*falcon*' | xargs prove -r test/ -form +atter=TAP::Formatter::JUnit | tee test_results.xml
  • Comment on Re^4: Error running prove "Archive is not a known format type! at /usr/lib/perl5/5.8.8/App/Prove.pm line 538."
  • Download Code

Replies are listed 'Best First'.
Re^5: Error running prove "Archive is not a known format type! at /usr/lib/perl5/5.8.8/App/Prove.pm line 538."
by Anonymous Monk on Apr 27, 2014 at 11:25 UTC
    Then its the other thing :)