File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# requires -Module PowerShellLogging
2
- Describe " It should work when called from scripts run by PowerShell.Invoke" {
2
+ Describe " Working when called inside PowerShell.Invoke" {
3
3
4
4
$Path = " TestDrive:\log.txt"
5
5
$Path = (Join-Path (Convert-Path (Split-Path $Path )) (Split-Path $Path - Leaf))
Original file line number Diff line number Diff line change 1
1
# requires -Module PowerShellLogging
2
- Describe " It should work when called from scripts run by PowerShell.Invoke " {
2
+ Describe " Working when called in a remote runspace " - Tag " Remoting " {
3
3
4
4
$Path = " TestDrive:\log.txt"
5
5
$Path = (Join-Path (Convert-Path (Split-Path $Path )) (Split-Path $Path - Leaf))
Original file line number Diff line number Diff line change 1
1
# requires -Module PowerShellLogging
2
- Describe " It should work when called from scripts run by PowerShell.Invoke " {
2
+ Describe " Working when called in a parallel runspace " {
3
3
4
4
$Path = " TestDrive:\log.txt"
5
5
$Path = (Join-Path (Convert-Path (Split-Path $Path )) (Split-Path $Path - Leaf))
Original file line number Diff line number Diff line change 1
1
# requires -Module PowerShellLogging
2
- Describe " It should work when called from scripts run by PowerShell.Invoke " {
2
+ Describe " Working in scripts run locally in the host " {
3
3
4
4
$Path = " TestDrive:\log.txt"
5
5
$Path = (Join-Path (Convert-Path (Split-Path $Path )) (Split-Path $Path - Leaf))
You can’t perform that action at this time.
0 commit comments