Skip to content

Commit b8a6303

Browse files
nolanmar511kalyanac
authored andcommitted
chore: correct name of environment variable used for v8 canary system test (#44)
1 parent ea91a5f commit b8a6303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-test/system_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [[ -z "$BINARY_HOST" ]]; then
1616
ADDITIONAL_PACKAGES="python g++ make"
1717
fi
1818

19-
if [[ "$RUN_ONLY_V8_CANARY" == "true" ]]; then
19+
if [[ "$RUN_ONLY_V8_CANARY_TEST" == "true" ]]; then
2020
NVM_NODEJS_ORG_MIRROR="https://nodejs.org/download/v8-canary"
2121
NODE_VERSIONS=(node)
2222
else

0 commit comments

Comments
 (0)