Skip to content

Commit

Permalink
added warning to 04.remoteserver test about occasional stuckness
Browse files Browse the repository at this point in the history
  • Loading branch information
lstein committed Jun 30, 2010
1 parent 78c1314 commit ea2b21b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: GBrowse
version: 2.10
version: 2.11
author:
- 'Lincoln Stein <lincoln.stein@gmail.com>'
abstract: The GMOD Generic Genome Browser
Expand Down Expand Up @@ -62,7 +62,7 @@ provides:
file: lib/Bio/DB/Tagger/mysql.pm
Bio::Graphics::Browser2:
file: lib/Bio/Graphics/Browser2.pm
version: 2.10
version: 2.11
Bio::Graphics::Browser2::Action:
file: lib/Bio/Graphics/Browser2/Action.pm
Bio::Graphics::Browser2::AdminTracks:
Expand All @@ -81,6 +81,8 @@ provides:
file: lib/Bio/Graphics/Browser2/DataLoader/bam.pm
Bio::Graphics::Browser2::DataLoader::bed:
file: lib/Bio/Graphics/Browser2/DataLoader/bed.pm
Bio::Graphics::Browser2::DataLoader::bigwig:
file: lib/Bio/Graphics/Browser2/DataLoader/bigwig.pm
Bio::Graphics::Browser2::DataLoader::featurefile:
file: lib/Bio/Graphics/Browser2/DataLoader/featurefile.pm
Bio::Graphics::Browser2::DataLoader::generic:
Expand Down
2 changes: 2 additions & 0 deletions t/04.remoteserver.t
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ use constant CONF_FILE => "$Bin/testdata/conf/GBrowse.conf";
my $PID;

BEGIN {
print STDERR "Rarely test 04.remoteserver.t gets 'stuck'. If this happens, kill the test and Build test again.\n";

# to handle systems with no installed Test module
# we include the t dir (where a copy of Test.pm is located)
# as a fallback
Expand Down

0 comments on commit ea2b21b

Please sign in to comment.