bioperl-run icon indicating copy to clipboard operation
bioperl-run copied to clipboard

Bug in Eponine test

Open dionys opened this issue 5 years ago • 0 comments

The t/Eponine.t test failed if Java not installed.

There is an error in line 20:

open(my $PIPE,"java -version 2>&1 |") || exit;

If Java not installed the test just exits and the test plan fails.

dionys avatar Mar 12 '19 08:03 dionys