Skip to content

Commit 7bb1e82

Browse files
Trottfoxxyz
authored andcommitted
test,debugger: migrate node-inspect tests to core
Migrate the node-inspect tests to core (where node-inspect code now lives) and remove node-inspect from deps directory. PR-URL: nodejs#38161 Backport-PR-URL: nodejs#38858 Refs: nodejs#36481 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Jan Krems <jan.krems@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 3c5dfc2 commit 7bb1e82

File tree

76 files changed

+1083
-3933
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+1083
-3933
lines changed

Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -563,10 +563,6 @@ test-pummel: all
563563
test-internet: all
564564
$(PYTHON) tools/test.py $(PARALLEL_ARGS) internet
565565

566-
test-node-inspect: $(NODE_EXE)
567-
USE_EMBEDDED_NODE_INSPECT=1 $(NODE) tools/test-npm-package \
568-
--install deps/node-inspect test
569-
570566
test-benchmark: | bench-addons-build
571567
$(PYTHON) tools/test.py $(PARALLEL_ARGS) benchmark
572568

deps/node-inspect/.editorconfig

-11
This file was deleted.

deps/node-inspect/.eslintrc

-147
This file was deleted.

deps/node-inspect/.github/workflows/ci.yml

-31
This file was deleted.

deps/node-inspect/.gitignore

-4
This file was deleted.

deps/node-inspect/.npmrc

-2
This file was deleted.

deps/node-inspect/.travis.yml

-13
This file was deleted.

0 commit comments

Comments
 (0)