scoop-bucket/bin/test.ps1

4 lines
155 B
PowerShell
Raw Normal View History

2021-12-27 23:52:24 +05:30
if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) }
$result = Invoke-Pester "$psscriptroot/.." -PassThru
exit $result.FailedCount