We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb1ebe commit 3e13929Copy full SHA for 3e13929
release-process/rr-testing.sh
@@ -89,7 +89,7 @@ function xvnc-runner { CMD=$1 EXPECT=$2
89
if [[ $test_firefox == 1 ]]; then
90
rm -rf /tmp/firefox /tmp/firefox-profile || true
91
mkdir /tmp/firefox-profile
92
- ( cd /tmp; curl -L 'https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US' | tar -jxf - )
+ ( cd /tmp; curl -L 'https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US' | tar -Jxf - )
93
xvnc-runner "/tmp/firefox/firefox --profile /tmp/firefox-profile $HOME/rr/release-process/test-data/test.html" "rr Test Page"
94
fi
95
0 commit comments