Skip to content

Commit 3773fd1

Browse files
committed
Stop listing every file during unix distributables test
Not a big problem, but makes the logs awkward to dig into and it's entirely unhelpful & unnecessary.
1 parent 4d72813 commit 3773fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/distributables-test/unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
ls -la *
66

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

99
echo "\nStarting server..."
1010

0 commit comments

Comments
 (0)