Skip to content

Commit

Permalink
test: add stdout stderr stream checks
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <[email protected]>
  • Loading branch information
alegrey91 committed Dec 23, 2024
1 parent e0b4420 commit 893520b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ exec harpoon capture -f main.main -c -- ./bin/example-app coin
stdout 'stdout: \[flip coin\]'

exec harpoon capture -f main.main -e -- ./bin/example-app streams
stderr 'stderr: 0'
stdout 'stderr: 0'

exec harpoon capture -f main.main -c -e -- ./bin/example-app streams
stdout 'stdout: 0'
stderr 'stderr: 0'
stdout 'stderr: 0'

exec harpoon capture -f main.main -- ./bin/example-app coin
stdout 'write'
Expand Down

0 comments on commit 893520b

Please sign in to comment.