PowerShell/pester.sh

5 lines
128 B
Bash
Raw Normal View History

2015-12-22 04:17:48 +01:00
export CORE_ROOT=$(pwd)/bin
./powershell -c "Invoke-Pester src/pester-tests/$1"
# Fix tty due to possible bug in .NET
stty echo