a73x

b2cc0a99

test: the e2e pin counts the Ctrl-\ X scenario

a73x   2026-09-04 15:54

Commit message
test: the e2e pin counts the Ctrl-\ X scenario

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SakwJEwD9dXBoRP5kWbemW

test/e2e.sh
Old New
@@ -176,8 +176,8 @@ done
176 # one of those and adds a convergence point would be pinning a fact every 176 # one of those and adds a convergence point would be pinning a fact every
177 # leg above already establishes. 177 # leg above already establishes.
178 178
179 [ "$OK_COUNT" = "113" ] || { 179 [ "$OK_COUNT" = "114" ] || {
180 echo "e2e FAIL: $OK_COUNT scenario checkpoints ran, the pin says 113 —" 180 echo "e2e FAIL: $OK_COUNT scenario checkpoints ran, the pin says 114 —"
181 echo " a scenario was added (update the pin) or silently lost" 181 echo " a scenario was added (update the pin) or silently lost"
182 exit 1 182 exit 1
183 } 183 }