Permalink
Browse files

[disable ci] Update default install strategy

  • Loading branch information...
aschneider-techempower committed Jul 28, 2014
1 parent 473cf31 commit ab748439405572c658f4070eab51c2d5d08fb20b
Showing with 1 addition and 1 deletion.
  1. +1 −1 toolset/run-tests.py
View
@@ -100,7 +100,7 @@ def main(argv=None):
parser.add_argument('--install', choices=['client', 'database', 'server', 'all'], default=None,
help='Runs installation script(s) before continuing on to execute the tests.')
parser.add_argument('--install-error-action', choices=['abort', 'continue'], default='continue', help='action to take in case of error during installation')
parser.add_argument('--install-strategy', choices=['unified', 'pertest'], default='pertest',
parser.add_argument('--install-strategy', choices=['unified', 'pertest'], default='unified',
help='''Affects `--install server`: With unified, all server software is installed into a single directory.
With pertest each test gets its own installs directory, but installation takes longer''')

0 comments on commit ab74843

Please sign in to comment.