| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 50c8038 commit 47dc5b2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -586,8 +586,12 @@ test-hash-seed: all | |||
| 586 | 586 | ||
| 587 | 587 | .PHONY: test-doc | |
| 588 | 588 | test-doc: doc-only ## Builds, lints, and verifies the docs. | |
| 589 | - $(MAKE) lint | ||
| 590 | - $(PYTHON) tools/test.py $(PARALLEL_ARGS) $(CI_DOC) | ||
| 589 | + @if [ "$(shell $(node_use_openssl))" != "true" ]; then \ | ||
| 590 | + echo "Skipping test-doc (no crypto)"; \ | ||
| 591 | + else \ | ||
| 592 | + $(MAKE) lint; \ | ||
| 593 | + $(PYTHON) tools/test.py $(PARALLEL_ARGS) $(CI_DOC); \ | ||
| 594 | + fi | ||
| 591 | 595 | ||
| 592 | 596 | test-known-issues: all | |
| 593 | 597 | $(PYTHON) tools/test.py $(PARALLEL_ARGS) known_issues | |
| Back | FazBrowse Home | New Git URL |
0 commit comments