mirror of
https://github.com/tw93/Mole.git
synced 2026-03-23 21:05:06 +00:00
test(windows): fix installer version regex
This commit is contained in:
@@ -215,7 +215,7 @@ Describe "Installer Script" {
|
|||||||
It "Should read the version from VERSION" {
|
It "Should read the version from VERSION" {
|
||||||
$source = Get-Content $script:InstallScript -Raw
|
$source = Get-Content $script:InstallScript -Raw
|
||||||
$source | Should -Match "version\.ps1"
|
$source | Should -Match "version\.ps1"
|
||||||
$source | Should -Match "Get-MoleVersionString -RootDir \$script:SourceDir"
|
$source | Should -Match 'Get-MoleVersionString -RootDir \$script:SourceDir'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user