6 lines
134 B
Bash
Executable file
6 lines
134 B
Bash
Executable file
#!/usr/bin/env bash
|
|
source ../common.sh
|
|
|
|
# these tests don't have to succeed
|
|
lean "$f" > "$f.produced.out" 2>&1 || true
|
|
diff_produced
|