Skip to content

Commit acabd39

Browse files
committed
📝 update test instructions
1 parent 6e4be76 commit acabd39

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

security/README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353

5454
- Checkout the `1.5.2` or `1.5.3-sec` branch
5555
- From the root folder of the repo:
56+
- `git submodule update --recursive`
5657
- `cd test`
5758
- Create symlink to src in test folder:
5859
- `ln -s ../src src`
@@ -65,13 +66,19 @@
6566
#### 1.6.4 / 1.6.5-sec
6667

6768
- Checkout the `1.6.4` or `1.6.5-sec` branch
68-
- Run php server from the root folder of the repo: `php -S 127.0.0.1:8000 -t test`
69+
- From the root folder of the repo:
70+
- `git submodule update --recursive`
71+
- Run php server:
72+
- `php -S 127.0.0.1:8000 -t test`
6973
- Open `127.0.0.1:8000/tests/index.html` in your browser
7074

7175
#### 1.7.2 / 1.7.3-sec
7276

7377
- Checkout the `1.7.2` or `1.7.3-sec` branch
74-
- Run php server from the root folder of the repo: `php -S 127.0.0.1:8000 -t test`
78+
- From the root folder of the repo:
79+
- `git submodule update --recursive`
80+
- Run php server:
81+
- `php -S 127.0.0.1:8000 -t test`
7582
- Open `127.0.0.1:8000/tests/index.html` in your browser
7683

7784
### A/B end-to-end acceptance tests
@@ -115,17 +122,6 @@ You can run the A/B tests locally in CI mode or manually in the browser
115122

116123
- Checkout the `1.4.4` or `1.4.5-sec` branch
117124
- From the root folder of the repo:
118-
- `git clone git@github.com:qunitjs/qunit.git --depth=1 test/qunit`
119-
- `cd test/qunit`
120-
- Get the closest QUnit commit to the jQuery version/release:
121-
- `git checkout 25e4489a5f280e8f0a22ca99ecb401338bb75308`
122-
- `cd ../..`
123-
- `git clone git@github.com:jquery/sizzle.git --depth=1 src/sizzle`
124-
- `cd src/sizzle`
125-
- `git fetch --tags`
126-
- Get corresponding sizzle branch for this jQuery version/release:
127-
- `git checkout 1.4.4`
128-
- `cd ../..`
129125
- Run `make jquery`
130126
- This will output `./dist/jquery.js`
131127

0 commit comments

Comments
 (0)