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