Run each test in a clean directory
This commit is contained in:
@@ -7,7 +7,7 @@ testDefiningALightningFunctionWorks() {
|
||||
⚡️hello() { echo "Hello, World!" ; }
|
||||
' > go
|
||||
|
||||
echo "source $(dirname $BASH_SOURCE)/../⚡️" >> go
|
||||
echo "source $REPO_ROOT/⚡️" >> go
|
||||
chmod +x go
|
||||
|
||||
try ./go hello
|
||||
|
||||
Reference in New Issue
Block a user