Skip to content

Commit 133679f

Browse files
committed
Bump addon-sdk to 1.17.
1 parent ddc2fc9 commit 133679f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

addon-sdk

Submodule addon-sdk updated 170 files

test.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ cd $(dirname $(readlink -f $0))
77

88
# dummy Jetpack addon that contains tests
99
TEST_ADDON_PATH=./https-everywhere-tests/
10-
LATEST_SDK_VERSION=1.16
1110

1211
# We'll create a Firefox profile here and install HTTPS Everywhere into it.
1312
PROFILE_DIRECTORY="$(mktemp -d)"
@@ -47,10 +46,6 @@ if ! type cfx > /dev/null; then
4746
die "Addon SDK failed to activiate."
4847
fi
4948

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-
5449
pushd $TEST_ADDON_PATH
5550

5651
# If you just want to run Firefox with the latest code:

0 commit comments

Comments
 (0)