From 15c8609f42f2ae43d01ebadfc5568f164059f6ca Mon Sep 17 00:00:00 2001 From: Pranav Salunke Date: Mon, 27 Oct 2014 15:14:32 +0100 Subject: [PATCH] Update checkbuild section under tox Makes required directories since they are not created by the doc tools if only *.po/*.pot files in locale directories are touched. Change-Id: Iaa206a414f29972f4b627a2cc3a29b52ff85cc25 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index f4f19daf..76f72330 100644 --- a/tox.ini +++ b/tox.ini @@ -34,6 +34,7 @@ commands = openstack-doc-test --check-deletions {posargs} [testenv:checkbuild] commands = + mkdir -p publish-docs/training-guides openstack-doc-test --check-build {posargs} bash -c "tar czf publish-docs/training-guides/labs-scripts.tgz labs"