mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-25 14:54:39 +02:00
Update appveyor.yml
Disable FunctionList Unit tests.
This commit is contained in:
parent
c5477ee21c
commit
7f2c303ac6
@ -123,8 +123,8 @@ for:
|
|||||||
Copy-Item "$env:APPVEYOR_BUILD_FOLDER\PowerEditor\installer\filesForTesting\overrideMap.xml" -Destination "$env:APPVEYOR_BUILD_FOLDER\PowerEditor\bin\functionList"
|
Copy-Item "$env:APPVEYOR_BUILD_FOLDER\PowerEditor\installer\filesForTesting\overrideMap.xml" -Destination "$env:APPVEYOR_BUILD_FOLDER\PowerEditor\bin\functionList"
|
||||||
|
|
||||||
cd .\PowerEditor\Test\FunctionList\
|
cd .\PowerEditor\Test\FunctionList\
|
||||||
.\unitTestLauncher.ps1
|
#.\unitTestLauncher.ps1
|
||||||
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
|
#if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
|
||||||
|
|
||||||
cd ..\UrlDetection
|
cd ..\UrlDetection
|
||||||
.\verifyUrlDetection.ps1
|
.\verifyUrlDetection.ps1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user