a73x

372d8ada

test: the e2e pin counts the refused-layout leg

a73x   2026-09-03 05:20

Commit message
test: the e2e pin counts the refused-layout leg

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>

test/e2e.sh
Old New
@@ -170,8 +170,8 @@ done
170 # one of those and adds a convergence point would be pinning a fact every 170 # one of those and adds a convergence point would be pinning a fact every
171 # leg above already establishes. 171 # leg above already establishes.
172 172
173 [ "$OK_COUNT" = "110" ] || { 173 [ "$OK_COUNT" = "111" ] || {
174 echo "e2e FAIL: $OK_COUNT scenario checkpoints ran, the pin says 110 —" 174 echo "e2e FAIL: $OK_COUNT scenario checkpoints ran, the pin says 111 —"
175 echo " a scenario was added (update the pin) or silently lost" 175 echo " a scenario was added (update the pin) or silently lost"
176 exit 1 176 exit 1
177 } 177 }