Archived
d3495476f4
El SDK Release / build-and-release (push) Failing after 13m0s
The generated C, amalgams, vendored runtime pins, and compiled binaries from the Claude Code era are removed from the worktree. The El sources survive; this tree is now source-only for the first-principles rebuild. Per Principal direction 2026-08-19.
2 lines
415 B
Batchfile
2 lines
415 B
Batchfile
bash -c cd /tmp/rerun-v1b-16-post/lang && tot=0; for h in tests/integration/*.sh; do out=$("$h" /private/tmp/claude-501/-Users-will/6531446d-bc27-4095-930b-e04777c3db4f/scratchpad/v1b/elc16p2 2>&1); rc=$?; n=$(printf "%s" "$out" | grep -oE "^ *[0-9]+ assertions" | grep -oE "[0-9]+" | head -1); printf "%-28s exit=%s assertions=%s\n" "$(basename $h)" "$rc" "${n:-0}"; tot=$((tot+${n:-0})); done; echo "TOTAL: $tot"
|