Fixed network test (thanks Vish!) and fixed run_tests.sh.

This commit is contained in:
Eric Day
2010-12-16 17:29:26 -08:00
parent 524a16dda6
commit 430e97b848
2 changed files with 0 additions and 1 deletions

View File

@@ -110,7 +110,6 @@ def main():
FLAGS.num_networks = 5
path = os.path.abspath(os.path.join(os.path.dirname(__file__),
'..',
'_trial_temp',
'nova.sqlite'))
FLAGS.sql_connection = 'sqlite:///%s' % path
action = argv[1]