馃懟 Brief Description
When using option remove_builtin_pester: true, the built-in Pester (3.4.0) does not get removed during a kitchen verify.
Version
kitchen-pester 1.0.0
Environment
ChefDK 3.13.1 on Windows 10.
Platforms:
- Windows Server 2012 R2
- Windows Server 2019
Steps to Reproduce
Use the following verifier config:
verifier:
name: pester
remove_builtin_pester: true
On a Windows Server platform.
Expected Result
Built-in Pester 3.4.0 is removed from the system.
Actual Result
Pester 3.4.0 remains installed, with no logs or errors indicating an attempt was made to remove it.
馃懟 Brief Description
When using option
remove_builtin_pester: true, the built-in Pester (3.4.0) does not get removed during akitchen verify.Version
kitchen-pester
1.0.0Environment
ChefDK 3.13.1 on Windows 10.
Platforms:
Steps to Reproduce
Use the following verifier config:
On a Windows Server platform.
Expected Result
Built-in Pester
3.4.0is removed from the system.Actual Result
Pester
3.4.0remains installed, with no logs or errors indicating an attempt was made to remove it.