PowerShell/pester.sh
2015-12-21 19:17:48 -08:00

5 lines
128 B
Bash
Executable file

export CORE_ROOT=$(pwd)/bin
./powershell -c "Invoke-Pester src/pester-tests/$1"
# Fix tty due to possible bug in .NET
stty echo