Skip to content

Commit

Permalink
--spaas-no-tear-down must be a boolean flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
brainbot-devops committed Aug 20, 2019
1 parent 95ca678 commit d838355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scenario_player/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@ def main(ctx, chains, data_path):
"--spaas-no-teardown",
"no_spaas_teardown",
default=False,
is_flag=True,
help="Do NOT tear down the spaas stack after scenario execution completes. "
"Allows runnign scenarios concurrently. [Default: False]",
"Allows running scenarios concurrently. [Default: False]",
)
@click.pass_context
def run(
Expand Down

0 comments on commit d838355

Please sign in to comment.