Skip to content

Commit

Permalink
Fix after Pester testing
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Oct 9, 2019
1 parent 1f0421c commit 5c89ecc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Evergreen/Evergreen.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
'Get-CitrixWorkspaceApp', 'Get-CitrixSdwanFeed',
'Get-ControlUpAgent', 'Export-EvergreenResourceStrings',
'Get-GoogleChrome', 'Get-Greenshot', 'Get-CitrixReceiverFeed',
'Get-LibreOffice', 'Get-CitrixGatewayFeed',
'Get-LibreOffice', 'Get-CitrixGatewayFeed', 'Get-FileZilla',
'Get-MicrosoftSsms', 'Get-CitrixWorkspaceAppFeed', 'Get-CitrixApplicationDeliveryManagementFeed',
'Get-MicrosoftVisualStudioCode', 'Get-MozillaFirefox', "Get-VMwareTools",
'Get-NotepadPlusPlus', 'Get-CitrixVirtualAppsDesktopsFeed',
'Get-PaintDotNet', 'Get-VideoLanVlcPlayer', 'Get-CitrixHypervisorFeed'
'Get-OracleVirtualBox', 'Get-MicrosoftPowerShellCore'
'Get-CitrixXenServerTools', 'Get-ZoomVersion')
'Get-CitrixXenServerTools', 'Get-Zoom')

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = @()
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Evergreen/Public/Get-VMwareTools.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Function Get-VMwareTools {
Function Get-VMwareTools {
<#
.SYNOPSIS
Get the current version and download URL for the VMware Tools.
Expand Down
2 changes: 1 addition & 1 deletion tests/Invoke-LocalTest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
Param ()

# Invoke Pester tests and upload results to AppVeyor
Invoke-Pester -Path (Join-Path -Path $PWD -ChildPath "PublicFunctions.Tests.ps1") -PassThru -ExcludeTag "AppVeyor"
Invoke-Pester -Path (Join-Path -Path $PWD -ChildPath "*.Tests.ps1") -PassThru -ExcludeTag "AppVeyor"
Write-Host ""

0 comments on commit 5c89ecc

Please sign in to comment.