Skip to content

Commit

Permalink
test with Write_output command
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Oct 19, 2023
1 parent c30b466 commit 9aefe13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions internal/integrations/v4/fixtures/basic_cmd.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Param
$Argument
)

echo "stdout line"
Write-Output "stdout line";
$host.ui.WriteErrorLine('error line')
echo "$env:PREFIX-$Argument"

Write-Output "$env:PREFIX-$Argument";
2 changes: 1 addition & 1 deletion internal/integrations/v4/fixtures/integration_verbose.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

$host.ui.WriteErrorLine("VERBOSE=$env:VERBOSE")
echo "stdout line"
Write-Output "stdout line";

0 comments on commit 9aefe13

Please sign in to comment.