The first try to run Format-Pester on Ubuntu Linux 16.04
Name Value
---- -----
PSVersion 6.0.0-beta
PSEdition Core
GitCommitId v6.0.0-beta.3
OS Linux 4.4.0-78-generic #99-Ubuntu SMP Thu Apr 27 15:29:09 UTC 2017
Platform Unix
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
The module is not correctly imported due to ... case sensitivity nature of Linux.
The names of modules in the module manifest need to be case sensitive.
RequiredModules = @('pester','pscribo').
The first try to run Format-Pester on Ubuntu Linux 16.04
The module is not correctly imported due to ... case sensitivity nature of Linux.
The names of modules in the module manifest need to be case sensitive.
RequiredModules = @('pester','pscribo').