We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ca64d commit 0890b34Copy full SHA for 0890b34
2 files changed
system-test/system_test.sh
@@ -11,7 +11,7 @@ set -eox pipefail
11
cd $(dirname $0)
12
13
if [[ -z "$BINARY_HOST" ]]; then
14
- ADDITIONAL_PACKAGES="python3.8 g++ make"
+ ADDITIONAL_PACKAGES="python3 g++ make"
15
fi
16
17
if [[ "$RUN_ONLY_V8_CANARY_TEST" == "true" ]]; then
system-test/test.sh
@@ -21,10 +21,6 @@ npm_install() {
21
set -eox pipefail
22
cd $(dirname $0)/..
23
24
-alias python3=python3.6
25
-echo `which python3`
26
-echo `which python3.6`
27
-
28
NODEDIR=$(dirname $(dirname $(which node)))
29
30
# TODO: Remove when a new version of nan (current version 2.12.1) is released.
0 commit comments