Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions build.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,10 @@ function Start-PSPester {
[switch]$IncludeFailingTest
)

if (-not (Test-Path $Pester)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you would need to run git submodule status and read the status

Write-Warning "Pester module not found. Make sure that the proper git submodules are installed by running:`r`n`r`ngit submodule init --update`r`n "
}

if ($IncludeFailingTest.IsPresent)
{
$Path += "$PSScriptRoot/tools/failingTests"
Expand Down
1 change: 0 additions & 1 deletion src/Modules/Shared/Pester
Submodule Pester deleted from aa2431