Skip to content

Commit

Permalink
Fix RuleRunner to use --process-execution-local-cleanup. (#11796)
Browse files Browse the repository at this point in the history
This was made the preferred option name in #11785.
  • Loading branch information
jsirois committed Mar 25, 2021
1 parent 5a7f3ea commit 58d219c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/testutil/rule_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def __init__(
print(f"Preserving rule runner temporary directories at {root_dir}.", file=sys.stderr)
bootstrap_args.extend(
[
"--no-process-execution-cleanup-local-dirs",
"--no-process-execution-local-cleanup",
f"--local-execution-root-dir={root_dir}",
]
)
Expand Down

0 comments on commit 58d219c

Please sign in to comment.