Commit 0fe4e28
authored
test: fix '-f' force option usage with test driver script (#3275)
Normally running '.ci/scripts/test.sh -b rc 18' -- to run tests against
a node v18 RC build -- would skip out because the latest RC build is for
a version that has an actual release. The '-f' flag exists to allow
still testing with that RC, which can be useful for dev work.
At some point this was busted, `NODE_FULL_VERSION` wouldn't be set and
a build step in ".ci/docker/node-edge-container/Dockerfile" would fail
(the `nvm install $NODE_FULL_VERSION`).1 parent ea40208 commit 0fe4e28
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
0 commit comments