Skip to content

Commit

Permalink
Write errors to host
Browse files Browse the repository at this point in the history
  • Loading branch information
xtqqczze committed May 30, 2020
1 parent 40385ba commit 19e6c61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/common/markdown/markdown.tests.ps1
Expand Up @@ -93,6 +93,8 @@ Describe 'Common Tests - Validate Markdown Files' -Tag 'CI' {
$markdownErrors += ' (See https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md for an explanation of the error codes)'
}

$markdownErrors | Write-Host

$markdownErrors -join "`n" | Should -BeExactly "--EMPTY--"
}
}

0 comments on commit 19e6c61

Please sign in to comment.