Skip to content

Tags: vikr01/flow

Tags

v0.86.0

Toggle v0.86.0's commit message
allow configuring path to node during runtests.sh

Summary:
the custom resolver tests are relying on node from the path, but it can be helpful to override the path.

this diff introduces a `FLOW_NODE_BINARY` environment variable which you can point at a custom node:

```
FLOW_NODE_BINARY=path/to/node ./runtests.sh path/to/flow
```

This is accomplished via a wrapper script, `scripts/tests_bin/node`, which calls `$FLOW_NODE_BINARY`. `runtests.sh` sets the var to `NODE_BINARY` if it's set, or `which node` if not. `scripts/tests_bin` is added to `PATH` when running the tests, so `node` in tests picks up the wrapper.

Reviewed By: gabelevi

Differential Revision: D12964367

fbshipit-source-id: ef98fb1f89c6a32f04ef36ebb315a604f01c5e9e

v0.85.0

Toggle v0.85.0's commit message
v0.85.0

Summary: (Note: this ignores all push blocking failures!)

Reviewed By: avikchaudhuri

Differential Revision: D12834069

fbshipit-source-id: 544bddcca3e5193f6e5c4a1e802884a4f25ad859

v0.84.0

Toggle v0.84.0's commit message
v0.84.0

Reviewed By: mroch

Differential Revision: D10848304

fbshipit-source-id: d14e9c32fd7d973157403bc234f600a7a41b326a

v0.83.0

Toggle v0.83.0's commit message
v0.83.0

Summary: (Note: this ignores all push blocking failures!)

Reviewed By: samwgoldman

Differential Revision: D10314209

fbshipit-source-id: 3831f072c06b1e2eace9b9855729d422e8da373b

v0.82.0

Toggle v0.82.0's commit message
v0.82.0

Reviewed By: panagosg7

Differential Revision: D10128089

fbshipit-source-id: 65754653137cce9874d716f3ea503be390986536

v0.81.0

Toggle v0.81.0's commit message
v0.81.0

Reviewed By: fishythefish

Differential Revision: D9812264

fbshipit-source-id: 2742e1faf1c144de84884e3c37c1f4044491de3b

v0.80.0

Toggle v0.80.0's commit message
v0.80.0

Reviewed By: samwgoldman

Differential Revision: D9565861

fbshipit-source-id: 9c59dfd3c1c183f693ed230c88e3e1cd437a14a6

v0.79.1

Toggle v0.79.1's commit message
v0.79.1

Reviewed By: gabelevi

Differential Revision: D9386839

fbshipit-source-id: d1b41a8446ee703e464d85f16dec6efe3a4c2dc2

v0.79.0

Toggle v0.79.0's commit message
v0.79.0

Reviewed By: samwgoldman

Differential Revision: D9352200

fbshipit-source-id: 2363177cd3058ac95cf8a5365679a12ea6cfb722

v0.78.0

Toggle v0.78.0's commit message
Fix AppVeyor build

Reviewed By: gabelevi

Differential Revision: D9144670

fbshipit-source-id: ce3b043328e1ed1c6b54baaaab40cfe45aa45d9c