only create the db if it doesn't exist, add an option -r to run_tests.py to delete it

This commit is contained in:
Vishvananda Ishaya
2011-06-25 17:26:38 -07:00
parent 80b3eee8f7
commit a17300bacc

View File

@@ -69,7 +69,6 @@ from nose import core
from nose import result
from nova import log as logging
from nova.tests import fake_flags
class _AnsiColorizer(object):