Skip to content

Commit a69e532

Browse files
committed
add debugging ifo
1 parent 3af52ae commit a69e532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/bicep/bicep.tests.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ BeforeDiscovery {
1212
Describe 'Bicep extension tests' -Skip:(!$foundBicep) {
1313
It 'Example bicep file should work' {
1414
$bicepFile = Resolve-Path -Path "$PSScriptRoot\..\..\dsc\examples\hello_world.dsc.bicep"
15+
Write-Verbose -Verbose (bicep -v)
1516
$out = dsc -l trace config get -f $bicepFile 2>$TestDrive/error.log | ConvertFrom-Json
1617
$LASTEXITCODE | Should -Be 0 -Because (Get-Content -Path $TestDrive/error.log -Raw | Out-String)
1718
$out.results[0].result.actualState.output | Should -BeExactly 'Hello, world!'

0 commit comments

Comments
 (0)