Commit ac6efd8
committed
fix(NODE-7512): set CLIENT_ENCRYPTION expansion for Windows node-latest variant
The node-latest smoke test build variant was missing CLIENT_ENCRYPTION from
its expansions when clientEncryption is false (as it is on Windows per NODE-3401).
run-tests.sh requires the var to be exactly "true" or "false" and exits 1
otherwise, causing all Windows node-latest tasks to fail before any tests run.
Align with the regular variant loop by always emitting String(!!clientEncryption)
instead of conditionally setting it only when truthy.1 parent bbf75ca commit ac6efd8
2 files changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3687 | 3687 | | |
3688 | 3688 | | |
3689 | 3689 | | |
3690 | | - | |
| 3690 | + | |
| 3691 | + | |
3691 | 3692 | | |
3692 | 3693 | | |
3693 | 3694 | | |
| |||
3873 | 3874 | | |
3874 | 3875 | | |
3875 | 3876 | | |
| 3877 | + | |
| 3878 | + | |
3876 | 3879 | | |
3877 | 3880 | | |
3878 | 3881 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
428 | 432 | | |
429 | 433 | | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | 434 | | |
434 | 435 | | |
435 | 436 | | |
| |||
0 commit comments