Override unit-tests needed files while copying them for local unit-tests script

pull/10125/head
Don Ho 2021-07-07 15:20:16 +02:00
parent 2794c927b3
commit eac8c4094f
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
$testRoot = ".\" $testRoot = ".\"
$PowerEditor = "$testRoot\..\..\" $PowerEditor = "$testRoot\..\..\"
Copy-Item "$PowerEditor\installer\functionList" -Destination "$PowerEditor\bin" -Recurse Copy-Item "$PowerEditor\installer\functionList" -Destination "$PowerEditor\bin" -Recurse -Force
Copy-Item "$PowerEditor\installer\filesForTesting\regexGlobalTest.xml" -Destination "$PowerEditor\bin\functionList" Copy-Item "$PowerEditor\installer\filesForTesting\regexGlobalTest.xml" -Destination "$PowerEditor\bin\functionList" -Force
Copy-Item "$PowerEditor\installer\filesForTesting\overrideMap.xml" -Destination "$PowerEditor\bin\functionList" Copy-Item "$PowerEditor\installer\filesForTesting\overrideMap.xml" -Destination "$PowerEditor\bin\functionList" -Force
& ".\unitTestLauncher.ps1" & ".\unitTestLauncher.ps1"