Skip to content

Commit

Permalink
Restore FunctionList unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Nov 3, 2023
1 parent 0f9e07c commit bc909e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ for:
Copy-Item "$env:APPVEYOR_BUILD_FOLDER\PowerEditor\installer\filesForTesting\overrideMap.xml" -Destination "$env:APPVEYOR_BUILD_FOLDER\PowerEditor\bin\functionList"
cd .\PowerEditor\Test\FunctionList\
#.\unitTestLauncher.ps1
#if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
.\unitTestLauncher.ps1
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
cd ..\UrlDetection
.\verifyUrlDetection.ps1
Expand Down

0 comments on commit bc909e6

Please sign in to comment.