aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2020-08-12 14:11:25 +0000
committerDave Wallace <dwallacelf@gmail.com>2020-08-12 15:28:35 +0000
commitafb4d3ae90b60d656e7ad3eac92957333e3a6347 (patch)
tree6cdaf95da96fa997750b1857945509c8dfee5718 /test
parent029b8c8ee8a6233371aa9a8980d5a6af39c5aacd (diff)
docs: fix vpp-make-test-docs-merge-1908 doc upload
Type: fix Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I77929b7067b11015e66ee3e24f63a377b1f788e2
Diffstat (limited to 'test')
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index e4ba2e82a1f..dcab5ba13e0 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -235,6 +235,7 @@ doc: verify-test-dir $(PIP_PATCH_DONE)
@virtualenv $(VENV_PATH) -p python3
@bash -c "source $(VENV_PATH)/bin/activate && python3 -m pip install 'sphinx<3.0.0' sphinx-rtd-theme"
@bash -c "source $(VENV_PATH)/bin/activate && make -C doc WS_ROOT=$(WS_ROOT) BR=$(BR) html"
+ @bash -c "mkdir -p $(BR)/build-test/doc && ln -s $(TEST_DIR)/doc/build/html $(BR)/build-test/doc/html"
.PHONY: wipe-doc