From 75c4e3191d17bf22dddfc3b7711c6395587dd82d Mon Sep 17 00:00:00 2001 From: "K.Kanakhin" Date: Mon, 19 Dec 2016 11:23:24 +0600 Subject: [PATCH] tests: Add help documentation checking script to CI --- tools/test-all | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-all b/tools/test-all index 9ddd77f951..72a23477e1 100755 --- a/tools/test-all +++ b/tools/test-all @@ -28,5 +28,6 @@ run ./tools/test-js-with-casper # run ./tools/test-queue-worker-reload # Not running documentation tests since it takes 20s and only tests documentation # run ./tools/test-documentation +run ./tools/test-help-documentation.py printf '\n\e[32mAll OK!\e[0m\n'