Commit 6dacdef6 authored by Vincent Pelletier's avatar Vincent Pelletier

Make parallel-test-database-amount, mysql-test-*-base optional.

parent c19bccec
......@@ -32,6 +32,7 @@ class Recipe(GenericBaseRecipe):
def _options(self, options):
options['password'] = self.generatePassword()
options['test-password'] = self.generatePassword()
options.setdefault('parallel-test-database-amount', '0')
for x in xrange(0, int(options['parallel-test-database-amount'])):
options['test-password-%s' % x] = self.generatePassword()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment