mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 22:04:55 +02:00
Override unit-tests needed files while copying them for local unit-tests script
This commit is contained in:
parent
2794c927b3
commit
eac8c4094f
@ -1,8 +1,8 @@
|
||||
$testRoot = ".\"
|
||||
$PowerEditor = "$testRoot\..\..\"
|
||||
|
||||
Copy-Item "$PowerEditor\installer\functionList" -Destination "$PowerEditor\bin" -Recurse
|
||||
Copy-Item "$PowerEditor\installer\filesForTesting\regexGlobalTest.xml" -Destination "$PowerEditor\bin\functionList"
|
||||
Copy-Item "$PowerEditor\installer\filesForTesting\overrideMap.xml" -Destination "$PowerEditor\bin\functionList"
|
||||
Copy-Item "$PowerEditor\installer\functionList" -Destination "$PowerEditor\bin" -Recurse -Force
|
||||
Copy-Item "$PowerEditor\installer\filesForTesting\regexGlobalTest.xml" -Destination "$PowerEditor\bin\functionList" -Force
|
||||
Copy-Item "$PowerEditor\installer\filesForTesting\overrideMap.xml" -Destination "$PowerEditor\bin\functionList" -Force
|
||||
|
||||
& ".\unitTestLauncher.ps1"
|
Loading…
x
Reference in New Issue
Block a user