Loading .github/workflows/test_install.yml +2 −2 Original line number Diff line number Diff line Loading @@ -22,5 +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 # Does not take the echoed input - run: echo "2\n" | ./hackingtool.py - run: echo -e "2\n" | hackingtool # Does not take the echoed input - run: echo -e "2\n" | ./hackingtool.py Loading
.github/workflows/test_install.yml +2 −2 Original line number Diff line number Diff line Loading @@ -22,5 +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 # Does not take the echoed input - run: echo "2\n" | ./hackingtool.py - run: echo -e "2\n" | hackingtool # Does not take the echoed input - run: echo -e "2\n" | ./hackingtool.py