mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 18:34:06 +00:00
This improves the feedback when tests fail. Getting a diff is more useful than a vague exit code.
9 lines
127 B
Bash
9 lines
127 B
Bash
run_before "$1"
|
|
|
|
capture_only "$1" \
|
|
lean -Dlinter.all=false --run "$1"
|
|
check_out_file
|
|
check_exit_is_success
|
|
|
|
run_after "$1"
|