Skip to content
Snippets Groups Projects
Commit 9145da0e authored by Stefano Giorgetti's avatar Stefano Giorgetti Committed by Natalie Willhoft
Browse files

Restoring PERL5OPT, deleted by mistake

parent 5bf7657f
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ export SKIP_TESTS=""
echo "Running test suite"
if [ "$COVERALLS" = 'true' ]; then
perl $ENSDIR/ensembl-test/scripts/runtests.pl -verbose t $SKIP_TESTS
PERL5OPT='-MDevel::Cover' perl $ENSDIR/ensembl-test/scripts/runtests.pl t $SKIP_TESTS
else
perl $ENSDIR/ensembl-test/scripts/runtests.pl t $SKIP_TESTS
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment