6 lines
140 B
Bash
Executable file
6 lines
140 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
exit 0 # TODO: test started being nondeterministic
|
|
|
|
rm -rf .lake/build
|
|
lake build -v 2>&1 | grep 'hello, test, world'
|