summaryrefslogtreecommitdiffstats
path: root/testsuite/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/common.py')
-rw-r--r--testsuite/common.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/common.py b/testsuite/common.py
index 6cb880226..944471ade 100644
--- a/testsuite/common.py
+++ b/testsuite/common.py
@@ -240,9 +240,9 @@ class DBModelTestCase(Bcfg2TestCase):
# Create new
if django.VERSION[0] == 1 and django.VERSION[1] < 7:
django.core.management.call_command('syncdb', interactive=False,
- verbosity=0)
+ verbosity=1)
django.core.management.call_command('migrate', interactive=False,
- verbosity=0)
+ verbosity=1)
# Check if database exists now
self.assertTrue(os.path.exists(dbfile))