Skip to content

Commit

Permalink
Fix cli tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Arusekk committed Jun 4, 2020
1 parent f5c4a06 commit 371ddc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ jobs:
- name: Coverage running commandline tools
run: |
alias pwn='coverage run -m pwnlib.commandline.main'
export TERM=linux
pwn() { coverage run -m pwnlib.commandline.main "$@"; }
set -x
pwn cyclic 32
Expand Down

0 comments on commit 371ddc1

Please sign in to comment.