summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-08-16 16:26:31 -0700
committerRich Trott <rtrott@gmail.com>2019-08-18 16:33:18 -0700
commitec16fdae540adaf710b1a86c620170b2880088f0 (patch)
treebe2a615f4eca73b18ae538b0b87967c0a7b33993 /Makefile
parent287c3abdc6f444f82e7f36a49cb70715545b418e (diff)
downloadandroid-node-v8-ec16fdae540adaf710b1a86c620170b2880088f0.tar.gz
android-node-v8-ec16fdae540adaf710b1a86c620170b2880088f0.tar.bz2
android-node-v8-ec16fdae540adaf710b1a86c620170b2880088f0.zip
build: remove unused option
There is no longer a need to skip sequential/test-benchmark-napi because it no longer resides in sequential. Benchmark tests are now in their own directory. PR-URL: https://github.com/nodejs/node/pull/29173 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d6c731c36d..58f4cc7a57 100644
--- a/Makefile
+++ b/Makefile
@@ -519,7 +519,7 @@ test-ci-native: | test/addons/.buildstamp test/js-native-api/.buildstamp test/no
test-ci-js: | clear-stalled
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
--mode=$(BUILDTYPE_LOWER) --flaky-tests=$(FLAKY_TESTS) \
- $(TEST_CI_ARGS) $(CI_JS_SUITES) --skip-tests=sequential/test-benchmark-napi
+ $(TEST_CI_ARGS) $(CI_JS_SUITES)
@echo "Clean up any leftover processes, error if found."
ps awwx | grep Release/node | grep -v grep | cat
@PS_OUT=`ps awwx | grep Release/node | grep -v grep | awk '{print $$1}'`; \