Skip to content

Commit a4084d6

Browse files
Trotttargos
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: #38161 Refs: https://github.com/nodejs/node/discussions/36481 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Jan Krems <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Gerhard StΓΆbich <[email protected]> Reviewed-By: MichaΓ«l Zasso <[email protected]>
1 parent 6c3e504 commit a4084d6

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -565,10 +565,6 @@ test-pummel: all
565565
test-internet: all
566566
$(PYTHON) tools/test.py $(PARALLEL_ARGS) internet
567567

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

β€Ždeps/node-inspect/.editorconfig

Lines changed: 0 additions & 11 deletions
This file was deleted.

β€Ždeps/node-inspect/.eslintrc

Lines changed: 0 additions & 147 deletions
This file was deleted.

β€Ždeps/node-inspect/.github/workflows/ci.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

β€Ždeps/node-inspect/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

β€Ždeps/node-inspect/.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

β€Ždeps/node-inspect/.travis.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
Β (0)