Skip to content

Commit

Permalink
remove CITE database so we can build fresh
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Sep 16, 2013
1 parent 4319574 commit 8b69084
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pavement.py
Expand Up @@ -155,6 +155,9 @@ def setup_testdata():
'manager': False
}

# remove CITE database so we can build fresh
sh('rm -f tests/suites/cite/data/records.db')

for database, has_testdata in test_database_parameters.iteritems():
info('Setting up test database %s' % database)
cfg = path('tests/suites/%s/default.cfg' % database)
Expand Down

0 comments on commit 8b69084

Please sign in to comment.