Skip to content

Commit

Permalink
echo "2\n" | hackingtool.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jul 18, 2023
1 parent 0c64994 commit 952e737
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
- run: sudo ./install.sh 1
- run: pwd && ls -hal
# `2` should use the default path /home/hackingtool/
- run: echo "2\n" | hackingtool
- run: echo "2\n" | hackingtool # Does not take the echoed input
- run: echo "2\n" | hackingtool.py

0 comments on commit 952e737

Please sign in to comment.