Skip to content

Commit

Permalink
Revert "test: test configure ninja"
Browse files Browse the repository at this point in the history
This reverts commit 85dd9e8.

`make test` should never change the current set of `configure`
flags.

Refs: nodejs#30033
  • Loading branch information
addaleax committed Nov 6, 2019
1 parent d26a74d commit 87aac3f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -300,7 +300,7 @@ jstest: build-addons build-js-native-api-tests build-node-api-tests ## Runs addo

.PHONY: tooltest
tooltest:
@$(PYTHON) -m unittest discover -s ./test/tools
@$(PYTHON) test/tools/test-js2c.py

.PHONY: coverage-run-js
coverage-run-js:
Expand Down
File renamed without changes.
29 changes: 0 additions & 29 deletions test/tools/test_configure.py

This file was deleted.

0 comments on commit 87aac3f

Please sign in to comment.