Skip to content

Commit 3e13929

Browse files
committed
Firefox releases are packaged using xz now
1 parent bfb1ebe commit 3e13929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-process/rr-testing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function xvnc-runner { CMD=$1 EXPECT=$2
8989
if [[ $test_firefox == 1 ]]; then
9090
rm -rf /tmp/firefox /tmp/firefox-profile || true
9191
mkdir /tmp/firefox-profile
92-
( cd /tmp; curl -L 'https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US' | tar -jxf - )
92+
( cd /tmp; curl -L 'https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US' | tar -Jxf - )
9393
xvnc-runner "/tmp/firefox/firefox --profile /tmp/firefox-profile $HOME/rr/release-process/test-data/test.html" "rr Test Page"
9494
fi
9595

0 commit comments

Comments
 (0)