Skip to content

Commit

Permalink
Stop listing every file during unix distributables test
Browse files Browse the repository at this point in the history
Not a big problem, but makes the logs awkward to dig into and it's
entirely unhelpful & unnecessary.
  • Loading branch information
pimterry committed Oct 6, 2023
1 parent 4d72813 commit 3773fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/distributables-test/unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

ls -la *

tar -xvzf ./distributables/v*/httptoolkit-server-*-$1-x64.tar.gz
tar -xzf ./distributables/v*/httptoolkit-server-*-$1-x64.tar.gz

echo "\nStarting server..."

Expand Down

0 comments on commit 3773fd1

Please sign in to comment.