feature: initial commit for all new image changes
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash -e
|
||||
################################################################################
|
||||
## File: invoke-tests.sh
|
||||
## Desc: Helper function for invoking tests
|
||||
################################################################################
|
||||
|
||||
pwsh -Command "Import-Module '$HELPER_SCRIPTS/../tests/Helpers.psm1' -DisableNameChecking
|
||||
Invoke-PesterTests -TestFile \"$1\" -TestName \"$2\""
|
||||
Reference in New Issue
Block a user