PowerShell/pester.sh
Andrew Schwartzmeyer b8ca768099 Output Pester results in XML again
And bump submodule.
2015-12-23 13:18:00 -08:00

7 lines
237 B
Bash
Executable file

export CORE_ROOT=$(pwd)/bin
./powershell -c "Invoke-Pester src/pester-tests/$1 -OutputFile pester-tests.xml -OutputFormat NUnitXml"
# XML files are not executable
chmod -x pester-tests.xml
# Fix tty due to possible bug in .NET
stty echo