Skip to content

Instantly share code, notes, and snippets.

@pcantalupo
Created February 17, 2013 22:56
Show Gist options
  • Save pcantalupo/4973941 to your computer and use it in GitHub Desktop.
Save pcantalupo/4973941 to your computer and use it in GitHub Desktop.
prove -lr t/ in bioperl-live without searchIO-writer-bsmlresultwriter
Running tests in bioperl-live without searchio-writer-bsmlresultwriter gave essentially same result as when removing blastxml files from bioperl-live:
$ diff prove.blastxml prove.bsmlresultwriter
6c6
< (Missing operator before t?)
---
> (Missing operator before t?)
726c726
< Files=339, Tests=22070, 147 wallclock secs ( 3.79 usr 1.28 sys + 130.78 cusr 13.28 csys = 149.13 CPU)
---
> Files=339, Tests=22068, 152 wallclock secs ( 3.86 usr 1.30 sys + 135.84 cusr 14.19 csys = 155.19 CPU)
728c728
< Failed 39/339 test programs. 3/22070 subtests failed.
---
> Failed 39/339 test programs. 3/22068 subtests failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment