6 lines
148 B
Bash
Executable file
6 lines
148 B
Bash
Executable file
#!/usr/bin/env bash
|
|
source ../common.sh
|
|
|
|
# these tests don't have to succeed
|
|
exec_capture lean -DprintMessageEndPos=true "$f" || true
|
|
diff_produced
|