diff options
Diffstat (limited to 'docs/en/erlang.mk/1/guide/common_test.asciidoc')
-rw-r--r-- | docs/en/erlang.mk/1/guide/common_test.asciidoc | 6 |
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): |