Removed vendored deps
This commit is contained in:
13
vendor/git.knownelement.com/ExternalVendorCode/mo/tests/fail-on-function
generated
vendored
13
vendor/git.knownelement.com/ExternalVendorCode/mo/tests/fail-on-function
generated
vendored
@@ -1,13 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
cd "${0%/*}" || exit 1
|
||||
. ../run-tests
|
||||
|
||||
failFunction() {
|
||||
false
|
||||
}
|
||||
export arguments=(--fail-on-function)
|
||||
export returnCode=1
|
||||
export template="Fail on function? {{failFunction}}"
|
||||
export expected=$'ERROR: Function failed with status code 1: "failFunction"\n'
|
||||
|
||||
runTest
|
Reference in New Issue
Block a user