Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 565 Bytes

File metadata and controls

14 lines (9 loc) · 565 Bytes

A missing (misspelled) label used with continue or break is not an error. In such cases PowerShell silently breaks the whole script being invoked. That is why .test.ps1 has to call test scripts using PowerShell.exe. Otherwise the whole testing would stop on the first issue, with no errors.

Scripts