Override unit-tests needed files while copying them for local unit-tests script
parent
2794c927b3
commit
eac8c4094f
|
@ -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"
|
Loading…
Reference in New Issue