https://github.com/genome/genome
Revision bf36cd92a6245e5204b84d44880eb069254c7895 authored by Gabriel Sanderson on 10 July 2013, 22:37:43 UTC, committed by Gabriel Sanderson on 10 July 2013, 22:37:43 UTC
1 parent a94b24d
Raw File
Tip revision: bf36cd92a6245e5204b84d44880eb069254c7895 authored by Gabriel Sanderson on 10 July 2013, 22:37:43 UTC
Since this test uses shellcmd (and should not)... force a use of the module that is being tested so that test tracker can catch failures easier.
Tip revision: bf36cd9
.test-tracker.conf
---
db_host: gms-postgres
db_name: genome
db_schema: test_dependencies
db_dsn: 'dbi:Pg:dbname=genome;host=gms-postgres'
db_password: TGIlab
db_prefix: 'test_dependencies.'
db_user: genome
lsf_log_dir: /gscmnt/gc13001/info/model_data/apipe-ci/workspace
module_regex: '^lib/perl/Genome.*\.pm$'
test_regex: '^lib/perl/Genome.*\.t$'
back to top