Skip to content

Commit 10aeffe

Browse files
committed
Make Powershell stop on errors
We had failing regression tests, but this went unnoticed because the goto-cl regression tests were successful (which were the last common run in the cmdlet).
1 parent a338d42 commit 10aeffe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildspec-windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ phases:
6666
- |
6767
$env:Path = "C:\tools\cygwin\bin;$env:Path"
6868
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C regression test BUILD_ENV=MSVC" '
69+
70+
- |
71+
$env:Path = "C:\tools\cygwin\bin;$env:Path"
6972
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C regression/goto-cl test BUILD_ENV=MSVC" '
7073
7174
- |

0 commit comments

Comments
 (0)