Skip to content

Commit

Permalink
Change the default for Single Use to False (mesosphere#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-msphere authored May 16, 2018
1 parent aff99dc commit 4da4815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def pytest_addoption(parser):
help='Number of Jenkins masters to launch.')
parser.addoption('--jobs', action='store', default=1,
help='Number of test jobs to launch.')
parser.addoption('--single-use', action='store', default=True,
parser.addoption('--single-use', action='store', default=False,
help='Use Mesos Single-Use agents')
parser.addoption('--run-delay', action='store', default=1,
help='Run job every X minutes.')
Expand Down

0 comments on commit 4da4815

Please sign in to comment.