Skip to content

Commit

Permalink
test: add tests for capture command
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <[email protected]>
  • Loading branch information
alegrey91 committed Dec 20, 2024
1 parent 4f467bd commit 020faea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ exec harpoon capture -f main.main -- ./bin/example-app coin
stdout 'write'

exec harpoon capture -f main.main -l -- ./bin/example-app coin
stderr "libbpf: loading object 'ebpf.o' from buffer"
stderr 'libbpf: loading object \'ebpf.o\' from buffer'

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

0 comments on commit 020faea

Please sign in to comment.