Skip to content

Commit

Permalink
Fix changelog, tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga authored and zagy committed Nov 22, 2024
1 parent 86f06b4 commit aad4e13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
<!-- p.add_argument(
"--check-and-predict-local",
action="store_true",
help="When running in consistency-only or predict-only mode, "
"do not connect to the remote host, but check and predict "
"using the local host's state.",
) -->
- Adds a `--check-and-predict-local` flag to `./batou deploy`, which can
be used in tandem with `--consistency-only` or `--predict-only` to
check and predict using the local host's state, without connecting to
Expand Down
2 changes: 1 addition & 1 deletion src/batou/tests/test_endtoend.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def test_predicting_deployment_works():
see .../examples/tutorial-secrets/work/.batou-diffs/...diff for the diff.
=================================== Summary ====================================
Deployment took total=...s, connect=...s, deploy=...s
======================= DEPLOYMENT PREDICTION FINISHED =========================
======================== DEPLOYMENT PREDICTION FINISHED ========================
"""
)

Expand Down

0 comments on commit aad4e13

Please sign in to comment.