Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
13b897b7
Commit
13b897b7
authored
Jan 29, 2015
by
Matthieu Muffato
Browse files
fixup run_tests
parent
544fe263
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
travisci/harness.sh
travisci/harness.sh
+2
-2
No files found.
travisci/harness.sh
View file @
13b897b7
...
...
@@ -4,9 +4,9 @@ export PERL5LIB=$PWD/bioperl-live-bioperl-release-1-2-3:$PWD/modules
echo
"Running test suite"
if
[
"
$COVERALLS
"
=
'true'
]
;
then
PERL5OPT
=
'-MDevel::Cover=+ignore,bioperl,+ignore,ensembl-test'
perl
$PWD
/scripts/runtests.pl
-verbose
t
$SKIP_TESTS
PERL5OPT
=
'-MDevel::Cover=+ignore,bioperl,+ignore,ensembl-test'
perl
$PWD
/scripts/run
_
tests.pl
-verbose
t
$SKIP_TESTS
else
perl
$PWD
/scripts/runtests.pl t
$SKIP_TESTS
perl
$PWD
/scripts/run
_
tests.pl t
$SKIP_TESTS
fi
rt
=
$?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment