From e519628eec711ff295096358652f60f42828e6b4 Mon Sep 17 00:00:00 2001 From: nevar Date: Fri, 25 Nov 2016 14:08:46 +0700 Subject: Add CT_LOGS_DIR --- doc/src/guide/common_test.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/src/guide/common_test.asciidoc b/doc/src/guide/common_test.asciidoc index aec8747..f8f0de3 100644 --- a/doc/src/guide/common_test.asciidoc +++ b/doc/src/guide/common_test.asciidoc @@ -35,6 +35,12 @@ is `http`: [source,make] CT_SUITES = http ws +The `CT_LOGS_DIR` variable can be used to set where HTML +log files are to be written. This defaults to 'logs/'. + +[source,make] +CT_LOGS_DIR = ct_output_log_dir + === Usage To run all tests (including Common Test): -- cgit v1.2.3