move the deletion of the db into fixtures

This commit is contained in:
Vishvananda Ishaya
2011年02月23日 12:00:02 -08:00
parent 0addb1147f
commit 19dc13131b

View File

@@ -265,10 +265,6 @@ class NovaTestRunner(core.TextTestRunner):
if __name__ == '__main__':
logging.setup()
testdb = os.path.join(FLAGS.state_path,
FLAGS.sqlite_db)
if os.path.exists(testdb):
os.unlink(testdb)
testdir = os.path.abspath(os.path.join("nova","tests"))
c = config.Config(stream=sys.stdout,
env=os.environ,
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.