Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <[email protected]>
  • Loading branch information
alegrey91 committed Aug 9, 2024
1 parent 64a15ea commit e6d4646
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/analyze.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,16 @@ exec harpoon analyze -h
stdout 'Usage:'

exec harpoon analyze --save
exists harpoon-report.yml
exists .harpoon/
cmp harpoon-report.yml harpoon-expected-report.yml

exec harpoon hunt -D .harpoon/ -F harpoon-report.yml
exists harpoon/github_com_alegrey91_seccomp-test-coverage_pkg_randomic_DoSomethingSpecial
exists harpoon/github_com_alegrey91_seccomp-test-coverage_pkg_randomic_FlipCoin
exists harpoon/github_com_alegrey91_seccomp-test-coverage_pkg_randomic_RockPaperScissors
exists harpoon/github_com_alegrey91_seccomp-test-coverage_pkg_randomic_ThrowDice

-- testcases/example-app/harpoon-expected-report.yml --
---
symbolsOrigins:
Expand Down

0 comments on commit e6d4646

Please sign in to comment.