docs(P16): complete workflow-parity-and-script-flags phase (v1.13.19)

---ci---
project: acdl
phase: 16
milestone: v1.14
status: complete
requirements:
  covered: [REQ-150]
  partial: []
---/ci---
This commit is contained in:
Jon Chery
2026-07-29 21:15:38 +00:00
parent ec2311a3e0
commit cda06ab421
3 changed files with 43 additions and 3 deletions
+2 -2
View File
@@ -98,8 +98,8 @@ class TestRotateSpikeKey:
def test_has_set_flags(self):
script = (ROOT / "scripts" / "rotate_spike_key.sh").read_text()
# P16 will add -e + pipefail; for now verify -u is present
assert "set -u" in script
# v1.14 (P16): set -euo pipefail (was only set -u)
assert "set -euo pipefail" in script
class TestCreateStateBackend: