##// END OF EJS Templates
db: Remove comment line.
johbo -
r119:ab140f34 default
parent child Browse files
Show More
@@ -168,7 +168,6 b' def make_pyramid_app(global_config, **se'
168 # If this is a test run we prepare the test environment like
168 # If this is a test run we prepare the test environment like
169 # creating a test database, test search index and test repositories.
169 # creating a test database, test search index and test repositories.
170 # This has to be done before the database connection is initialized.
170 # This has to be done before the database connection is initialized.
171 # if settings['is_test']:
172 if settings['is_test']:
171 if settings['is_test']:
173 rhodecode.is_test = True
172 rhodecode.is_test = True
174 utils.initialize_test_environment(settings_merged)
173 utils.initialize_test_environment(settings_merged)
General Comments 0
You need to be logged in to leave comments. Login now