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
5f5444cb
Commit
5f5444cb
authored
Jan 29, 2015
by
Matthieu Muffato
Browse files
Renamed run_tests.pl to all_tests.pl
parent
24850a6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
scripts/all_tests.pl
scripts/all_tests.pl
+0
-0
scripts/travis_run_tests.sh
scripts/travis_run_tests.sh
+2
-2
No files found.
scripts/
run
_tests.pl
→
scripts/
all
_tests.pl
View file @
5f5444cb
File moved
scripts/travis_run_tests.sh
View file @
5f5444cb
...
...
@@ -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/
run
_tests.pl
-verbose
t
$SKIP_TESTS
PERL5OPT
=
'-MDevel::Cover=+ignore,bioperl,+ignore,ensembl-test'
perl
$PWD
/scripts/
all
_tests.pl
-verbose
t
$SKIP_TESTS
else
perl
$PWD
/scripts/
run
_tests.pl t
$SKIP_TESTS
perl
$PWD
/scripts/
all
_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