We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907f949 commit 7d1b096Copy full SHA for 7d1b096
automatic/openmpt/package.Tests.ps1
@@ -0,0 +1,13 @@
1
+. "$PSScriptRoot\..\..\scripts\Run-PesterTests.ps1"
2
+
3
+$packageName = Split-Path -Leaf $PSScriptRoot
4
5
+Run-PesterTests `
6
+ -packageName "$packageName" `
7
+ -packagePath "$PSScriptRoot" `
8
+ -expectedEmbeddedMatch "^OpenMPT-[\d\.]+-Setup(-x64)?\.exe$" `
9
+ -expectedDefaultDirectory "${env:ProgramFiles}\OpenMPT" `
10
+ -licenseShouldMatch "are permitted provided that the following conditions are met" `
11
+ -customDirectoryArgument "/DIR=" `
12
+ -customUninstallChecks { sleep 100 } `
13
+ -test32bit
0 commit comments