This improves the feedback when tests fail. Getting a diff is more useful than a vague exit code.
4 lines
88 B
Bash
4 lines
88 B
Bash
capture_only "$1" \
|
|
lean -Dlinter.all=false "$1"
|
|
check_out_file
|
|
check_exit_is_success
|