summaryrefslogtreecommitdiffstats
path: root/docs/en/erlang.mk/1/guide/common_test.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-26 12:58:19 +0100
committerLoïc Hoguin <[email protected]>2016-11-26 12:58:19 +0100
commit9c80a8810759c9ed19606547c5aaa47aa1699be4 (patch)
treedc36dcc3c97db8dc2476c46df9b2ba596e9e578a /docs/en/erlang.mk/1/guide/common_test.asciidoc
parentb2d4e41dcda3c2964c8a865482129a7fdf9e55a6 (diff)
downloadninenines.eu-9c80a8810759c9ed19606547c5aaa47aa1699be4.tar.gz
ninenines.eu-9c80a8810759c9ed19606547c5aaa47aa1699be4.tar.bz2
ninenines.eu-9c80a8810759c9ed19606547c5aaa47aa1699be4.zip
Add Ranch 1.3 and various small fixes
Diffstat (limited to 'docs/en/erlang.mk/1/guide/common_test.asciidoc')
-rw-r--r--docs/en/erlang.mk/1/guide/common_test.asciidoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/en/erlang.mk/1/guide/common_test.asciidoc b/docs/en/erlang.mk/1/guide/common_test.asciidoc
index aec8747e..f8f0de3d 100644
--- a/docs/en/erlang.mk/1/guide/common_test.asciidoc
+++ b/docs/en/erlang.mk/1/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):