Skip to content
Open
Prev Previous commit
Next Next commit
fixup! fixup! write json file from python
  • Loading branch information
aduh95 committed Feb 26, 2022
commit afdec40ef0d1f0f20fe4c63d8b190efdd9da1002
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ test-doc: doc-only lint-md ## Builds, lints, and verifies the docs.
fi

.PHONY: test-doc-ci
test-doc-ci: doc-only
test-doc-ci: doc-only test/common/knownGlobals.json
$(PYTHON) tools/test.py --shell $(NODE) $(TEST_CI_ARGS) $(PARALLEL_ARGS) doctool

.PHONY: test-known-issues
Expand Down