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
357 B
Batchfile
2 lines
357 B
Batchfile
bash -c cd lang; tot=0; for h in tests/integration/*.sh; do n=$(bash "$h" /tmp/rerun-v2-shared/elc2 2>&1 | grep -oE "[0-9]+ assertions" | grep -oE "[0-9]+" | head -1); tot=$((tot+${n:-0})); printf "%-24s %s\n" "$(basename $h .sh)" "${n:-0}"; done; printf "\nharnesses = %s\ntotal assertions = %s\n" "$(ls tests/integration/*.sh | wc -l | tr -d " ")" "$tot"
|