Skip to content

Commit f6af40e

Browse files
committed
Add verbose to this test that won't pass
1 parent 0bd293b commit f6af40e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Integration/Parameters.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Describe "Parameters.Set in build manifest" -Tag Integration {
77
}
88

99
It "Passthru is read from the build manifest" {
10-
$Output = Build-Module "$PSScriptRoot/Parameters/build.psd1"
10+
$Output = Build-Module (Convert-FolderSeparator "$PSScriptRoot/Parameters/build.psd1") -Verbose
1111
$Output | Should -Not -BeNullOrEmpty
1212
$Output.Path | Convert-FolderSeparator | Should -Be (Convert-FolderSeparator "$PSScriptRoot/Result3/Parameters/3.0.0/Parameters.psd1")
1313
}
1414

1515
It "The Target is Build" {
16-
"$PSScriptRoot/Result3/Parameters/3.0.0/Parameters.psm1" | Should -Exist
16+
Convert-FolderSeparator "$PSScriptRoot/Result3/Parameters/3.0.0/Parameters.psm1" | Should -Exist
1717
}
1818

1919
It "The version is set" {

0 commit comments

Comments
 (0)