lean4-htt/doc/examples/run_test.sh
Garmelon 6b7f0ad5fc
chore: check test output before exit code in piles (#12947)
This improves the feedback when tests fail. Getting a diff is more
useful than a vague exit code.
2026-03-17 16:34:21 +00:00

4 lines
88 B
Bash

capture_only "$1" \
lean -Dlinter.all=false "$1"
check_out_file
check_exit_is_success