Output Pester results in XML again

And bump submodule.
This commit is contained in:
Andrew Schwartzmeyer 2015-12-23 13:12:40 -08:00
parent af03950506
commit b8ca768099
2 changed files with 4 additions and 2 deletions

@ -1 +1 @@
Subproject commit 234c99a8affb1562aec81f2717d9e9fe9537e38e
Subproject commit f23641488f8d7bf8630ca3496e61562aa3a64009

View file

@ -1,4 +1,6 @@
export CORE_ROOT=$(pwd)/bin
./powershell -c "Invoke-Pester src/pester-tests/$1"
./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