Skip to content

Commit

Permalink
support Tangram
Browse files Browse the repository at this point in the history
  • Loading branch information
andk committed Oct 11, 2009
1 parent f2f3971 commit c3bc90f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -307,6 +307,7 @@ distroprefs/RUZ.DBIx-SearchBuilder.yml
distroprefs/RYBSKEJ.forks.yml distroprefs/RYBSKEJ.forks.yml
distroprefs/SAMTREGAR.DBIx-Timeout.yml distroprefs/SAMTREGAR.DBIx-Timeout.yml
distroprefs/SAMTREGAR.Devel-Profiler.yml distroprefs/SAMTREGAR.Devel-Profiler.yml
distroprefs/SAMV.Tangram.yml
distroprefs/SANKO.Net-BitTorrent.yml distroprefs/SANKO.Net-BitTorrent.yml
distroprefs/SCHUBIGER.DateTime-Format.yml distroprefs/SCHUBIGER.DateTime-Format.yml
distroprefs/SCHWERN.Class-Fields.yml distroprefs/SCHWERN.Class-Fields.yml
Expand Down
1 change: 0 additions & 1 deletion distroprefs/01.DISABLED.yml
Expand Up @@ -132,7 +132,6 @@ match:
|RURBAN/C-DynaLib-0.58 # hangs with 27040 (=5.8.8) on t/01test.t but not with others |RURBAN/C-DynaLib-0.58 # hangs with 27040 (=5.8.8) on t/01test.t but not with others
|RYBSKEJ/forks-0.25 |RYBSKEJ/forks-0.25
|SALVA/Net-OpenSSH-0.03.tar.gz # asks for a password during test |SALVA/Net-OpenSSH-0.03.tar.gz # asks for a password during test
|SAMV/Tangram-\d # Do you plan to run the test suite...you will need to set up an EMPTY database
|SAPER/CPAN-Dependency-0.1[25] # hangs in t/02internals: strace select(16, [4 8], NULL, NULL, NULL <unfinished ...> |SAPER/CPAN-Dependency-0.1[25] # hangs in t/02internals: strace select(16, [4 8], NULL, NULL, NULL <unfinished ...>
|SCOTT/Attribute-Persistent-1.1.tar.gz # fails with out of memory and blocks the box for quite a while |SCOTT/Attribute-Persistent-1.1.tar.gz # fails with out of memory and blocks the box for quite a while
|SMCCAM/X11-Protocol-\d # hangs after ok 2, uses only a test.pl |SMCCAM/X11-Protocol-\d # hangs after ok 2, uses only a test.pl
Expand Down
18 changes: 18 additions & 0 deletions distroprefs/SAMV.Tangram.yml
@@ -0,0 +1,18 @@
---
match:
distribution: '^SAMV/Tangram-\d'
pl:
expect:
- "Do you plan to run the test suite"
- "y\n"
- "DBI connect string"
- "mysql:test\n"
- "Use InnoDB tables"
- "y\n"
- "Login"
- "root\n"
- "Password"
- "rfjNq4g\n"
depends:
requires:
DBD::mysql: 1.58

0 comments on commit c3bc90f

Please sign in to comment.