~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to debian/lpresults-test-1.pgsql

  • Committer: Marc Tardif
  • Date: 2011-05-11 11:54:18 UTC
  • Revision ID: marc.tardif@canonical.com-20110511115418-12lv84nvado8pvme
Added xunit package, tools script and corresponding packaging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
set -e
4
4
 
5
 
. /etc/dbconfig-common/lpx-results-test-1.conf
 
5
. /etc/dbconfig-common/lpresults-test-1.conf
6
6
 
7
7
sudo -u $dbc_dbadmin \
8
 
    STORM_STORES_TEST_1=postgres:lpx-results-test-1 \
9
 
    python -m lpx.results.manage syncdb test-1
 
8
    STORM_STORES_TEST_1=postgres:lpresults-test-1 \
 
9
    python -m lpresults.tracker.manage syncdb test-1