Files
runner-images/images/ubuntu/scripts/helpers/invoke-tests.sh
T

9 lines
399 B
Bash
Raw Normal View History

#!/bin/bash -e
################################################################################
## File: invoke-tests.sh
## Desc: Helper function for invoking tests
################################################################################
2023-11-22 21:49:23 +01:00
pwsh -Command "Import-Module '$HELPER_SCRIPTS/../tests/Helpers.psm1' -DisableNameChecking
Invoke-PesterTests -TestFile \"$1\" -TestName \"$2\""