From 5bc34eb63c7277b4b2b0cccc640be4bd0735d83e Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Mon, 8 Aug 2016 12:11:51 -0700 Subject: [PATCH 1/2] Run Trace-Command tests on CI --- .../Microsoft.PowerShell.Utility/Trace-Command.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/powershell/Modules/Microsoft.PowerShell.Utility/Trace-Command.Tests.ps1 b/test/powershell/Modules/Microsoft.PowerShell.Utility/Trace-Command.Tests.ps1 index 6b04c30d1..9c08ece6a 100644 --- a/test/powershell/Modules/Microsoft.PowerShell.Utility/Trace-Command.Tests.ps1 +++ b/test/powershell/Modules/Microsoft.PowerShell.Utility/Trace-Command.Tests.ps1 @@ -1,5 +1,5 @@ # This came from monad/tests/ci/PowerShell/tests/Commands/Cmdlets/pester.utility.command.tests.ps1 -Describe "Trace-Command" -tags "Feature" { +Describe "Trace-Command" -tags "CI" { Context "Listner options" { BeforeAll { From 4c830d5e327b34c7bf8b92d3a67c4e2250c2edee Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Mon, 8 Aug 2016 12:14:06 -0700 Subject: [PATCH 2/2] Add Trace-Commands back to Utility module This fixes a regression introduced by 0dd425da1. --- .../Microsoft.PowerShell.Utility.psd1 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Modules/Windows+Unix-Core/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1 b/src/Modules/Windows+Unix-Core/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1 index 34c87b2d5..acefbaa1d 100644 --- a/src/Modules/Windows+Unix-Core/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1 +++ b/src/Modules/Windows+Unix-Core/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1 @@ -20,6 +20,7 @@ CmdletsToExport= "Format-List", "Format-Custom", "Format-Table", "Format-Wide", "Clear-Variable", "Export-Clixml", "Import-Clixml", "ConvertTo-Xml", "Select-Xml", "Write-Debug", "Write-Verbose", "Write-Warning", "Write-Error", "Write-Information", "Write-Output", "Set-PSBreakpoint", "Get-PSBreakpoint", "Remove-PSBreakpoint", "Enable-PSBreakpoint", "Disable-PSBreakpoint", "Get-PSCallStack", + "Get-TraceSource", "Set-TraceSource", "Trace-Command", "Unblock-File", "Get-Runspace", "Debug-Runspace", "Enable-RunspaceDebug", "Disable-RunspaceDebug", "Get-RunspaceDebug", "Wait-Debugger" FunctionsToExport= "Get-FileHash", "New-TemporaryFile", "New-Guid", "Format-Hex", "Import-PowerShellDataFile",