Skip to content

Commit aeded54

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 71ca96a commit aeded54

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
@@ -64,6 +64,9 @@ phases:
6464
- |
6565
$env:Path = "C:\tools\cygwin\bin;$env:Path"
6666
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" '
67+
68+
- |
69+
$env:Path = "C:\tools\cygwin\bin;$env:Path"
6770
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" '
6871
6972
- |

0 commit comments

Comments
 (0)