Skip to content

Commit f8df953

Browse files
committed
Merge pull request EFForg#2856 from TheNavigat/restructure-firefox-testing
Moving https-everywhere-tests to test/firefox
2 parents 9e58392 + ae42975 commit f8df953

File tree

11 files changed

+2
-2
lines changed

11 files changed

+2
-2
lines changed

test/firefox.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515
source utils/mktemp.sh
1616

1717
# dummy Jetpack addon that contains tests
18-
TEST_ADDON_PATH=./https-everywhere-tests/
18+
TEST_ADDON_PATH=./test/firefox/
1919

2020
# We'll create a Firefox profile here and install HTTPS Everywhere into it.
2121
PROFILE_DIRECTORY="$(mktemp -d)"
@@ -30,7 +30,7 @@ XPI_NAME="`ls -tr pkg/*-eff.xpi | tail -1`"
3030
# Set up a skeleton profile and then install into it.
3131
# The skeleton contains a few files required to trick Firefox into thinking
3232
# that the extension was fully installed rather than just unpacked.
33-
rsync -a https-everywhere-tests/test_profile_skeleton/ $PROFILE_DIRECTORY
33+
rsync -a test/firefox/test_profile_skeleton/ $PROFILE_DIRECTORY
3434
unzip -qd $HTTPSE_INSTALL_DIRECTORY $XPI_NAME
3535

3636
die() {
File renamed without changes.
File renamed without changes.
File renamed without changes.

https-everywhere-tests/test_profile_skeleton/extensions.ini renamed to test/firefox/test_profile_skeleton/extensions.ini

File renamed without changes.

https-everywhere-tests/test_profile_skeleton/extensions.json renamed to test/firefox/test_profile_skeleton/extensions.json

File renamed without changes.

https-everywhere-tests/test_profile_skeleton/extensions/placeholder renamed to test/firefox/test_profile_skeleton/extensions/placeholder

File renamed without changes.

0 commit comments

Comments
 (0)