Skip to content

Commit

Permalink
test: add smoke test for env vars flag
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <[email protected]>
  • Loading branch information
alegrey91 committed Jan 10, 2025
1 parent e8291db commit 1d62691
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ stdout 'write'
exec harpoon capture -f main.main -c -- ./bin/example-app coin
stdout 'stdout: \[flip coin\]'

exec harpoon capture -f main.main -E "VAR1=0" -E "VAR2=1" -- ./bin/example-app coin
stdout 'write'

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

Expand Down

0 comments on commit 1d62691

Please sign in to comment.