This repository has been archived on 2026-08-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
will d3495476f4
El SDK Release / build-and-release (push) Failing after 13m0s
kill: purge old-paradigm dist/platform binaries from tree
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.
2026-08-19 19:46:15 -05:00

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"