PowerShell/test/powershell/CmdletExample.Tests.ps1

7 lines
124 B
PowerShell
Raw Normal View History

2016-05-04 19:25:04 +02:00
try {
Push-Location $PSScriptRoot/../../docs/cmdlet-example
./SendGreeting.Tests.ps1
} finally {
Pop-Location
}