Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2020-10-19 09:20:06 +0300
committergengjiawen <technicalcute@gmail.com>2020-10-19 17:34:42 +0300
commitb18651bcd2c289cfad9750571f514dbdab12eb51 (patch)
tree4e29b7a4b0698eb2deb110ff4dfb15754d5b53eb /Makefile
parent84a78807497a97a3921017e4aa4e74fb1e4eb544 (diff)
build: do not pass mode option to test-v8 command
It was removed upstream and is now inferred from the build config. PR-URL: https://github.com/nodejs/node/pull/35705 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1c69810f9a0..b78b9a7337e 100644
--- a/Makefile
+++ b/Makefile
@@ -668,8 +668,7 @@ test-with-async-hooks:
ifneq ("","$(wildcard deps/v8/tools/run-tests.py)")
# Related CI job: node-test-commit-v8-linux
test-v8: v8 ## Runs the V8 test suite on deps/v8.
- deps/v8/tools/run-tests.py --gn --arch=$(V8_ARCH) \
- --mode=$(BUILDTYPE_LOWER) $(V8_TEST_OPTIONS) \
+ deps/v8/tools/run-tests.py --gn --arch=$(V8_ARCH) $(V8_TEST_OPTIONS) \
mjsunit cctest debugger inspector message preparser \
$(TAP_V8)
@echo Testing hash seed