aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authornevar <[email protected]>2016-11-25 14:08:46 +0700
committerLoïc Hoguin <[email protected]>2016-11-26 00:34:55 +0100
commite519628eec711ff295096358652f60f42828e6b4 (patch)
tree602758987520ad5c6d539efc1652b4203fe3cccf /doc
parent5b67a3220b9fcc50a23064b52d3d328ac5e139f7 (diff)
downloaderlang.mk-e519628eec711ff295096358652f60f42828e6b4.tar.gz
erlang.mk-e519628eec711ff295096358652f60f42828e6b4.tar.bz2
erlang.mk-e519628eec711ff295096358652f60f42828e6b4.zip
Add CT_LOGS_DIR
Diffstat (limited to 'doc')
-rw-r--r--doc/src/guide/common_test.asciidoc6
1 files changed, 6 insertions, 0 deletions
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):