~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to lib/lpresults/scripts/testing/layers.py

  • Committer: Marc Tardif
  • Date: 2011-09-14 01:25:40 UTC
  • Revision ID: marc.tardif@canonical.com-20110914012540-1gs255vhv6kb0mg4
Added updating of submissions periodically.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    """Sets up PostgreSQL databases for use in tests."""
15
15
 
16
16
    stores = [
17
 
        "services",
 
17
        "scripts",
18
18
        ]
19
19
 
20
20