We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc2fc9 commit 133679fCopy full SHA for 133679f
addon-sdk
test.sh
@@ -7,7 +7,6 @@ cd $(dirname $(readlink -f $0))
7
8
# dummy Jetpack addon that contains tests
9
TEST_ADDON_PATH=./https-everywhere-tests/
10
-LATEST_SDK_VERSION=1.16
11
12
# We'll create a Firefox profile here and install HTTPS Everywhere into it.
13
PROFILE_DIRECTORY="$(mktemp -d)"
@@ -47,10 +46,6 @@ if ! type cfx > /dev/null; then
47
46
die "Addon SDK failed to activiate."
48
fi
49
50
-if ! cfx --version | grep -q "$LATEST_SDK_VERSION"; then
51
- die "Please use the latest stable SDK version or edit this script to the current version."
52
-fi
53
-
54
pushd $TEST_ADDON_PATH
55
56
# If you just want to run Firefox with the latest code:
0 commit comments