Skip to content

Commit 6c91585

Browse files
committed
fixed build modules tests
1 parent 33d9278 commit 6c91585

File tree

2 files changed

+1
-154
lines changed

2 files changed

+1
-154
lines changed

BuildModule.tests.ps1

-153
This file was deleted.

build.psm1

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ function Test-ScriptAnalyzer
378378
$testModulePath = Join-Path "${projectRoot}" -ChildPath out
379379
}
380380
$testResultsFile = "'$(Join-Path ${projectRoot} -childPath TestResults.xml)'"
381-
$testScripts = "'${projectRoot}\Tests\Engine','${projectRoot}\Tests\Rules','${projectRoot}\Tests\Documentation'"
381+
$testScripts = "'${projectRoot}\Tests\Build','${projectRoot}\Tests\Engine','${projectRoot}\Tests\Rules','${projectRoot}\Tests\Documentation'"
382382
try {
383383
if ( $major -lt 5 ) {
384384
Rename-Item $script:destinationDir ${testModulePath}

0 commit comments

Comments
 (0)