Mac test utility (#986)
A utility for running individual or all tests on a Mac dev machine without changing the test script.
This commit is contained in:
@@ -18,6 +18,8 @@ cleanup() {
|
||||
fission canary-config delete --name canary-2 || true
|
||||
}
|
||||
|
||||
trap cleanup EXIT
|
||||
|
||||
success_scenario() {
|
||||
log "Creating nodejs env"
|
||||
fission env create --name nodejs --image fission/node-env --graceperiod 1
|
||||
|
||||
Reference in New Issue
Block a user