diff --git a/pester.sh b/pester.sh new file mode 100755 index 000000000..04fdcb4f7 --- /dev/null +++ b/pester.sh @@ -0,0 +1,4 @@ +export CORE_ROOT=$(pwd)/bin +./powershell -c "Invoke-Pester src/pester-tests/$1" +# Fix tty due to possible bug in .NET +stty echo