This improves the feedback when tests fail. Getting a diff is more useful than a vague exit code.
8 lines
127 B
Bash
8 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"
|