diff options
author | Björn Gustavsson <bjorn@erlang.org> | 2019-04-05 10:25:57 +0200 |
---|---|---|
committer | Björn Gustavsson <bjorn@erlang.org> | 2019-04-05 10:25:57 +0200 |
commit | 041de278a8b8639d5fc975218c39226be3bf1e16 (patch) | |
tree | 6013a74a9f260b6e8a95a82c05d75d7049e53cff /lib/common_test | |
parent | 6385d434ffb882840ab0326ec892d9aa6ff25f50 (diff) | |
parent | b075fbda0ad0a711344011fb365b00acd5b64760 (diff) | |
download | otp-041de278a8b8639d5fc975218c39226be3bf1e16.tar.gz otp-041de278a8b8639d5fc975218c39226be3bf1e16.tar.bz2 otp-041de278a8b8639d5fc975218c39226be3bf1e16.zip |
Merge branch 'bjorn/doc/fix-broken-links'
* bjorn/doc/fix-broken-links:
Fix broken links
Diffstat (limited to 'lib/common_test')
-rw-r--r-- | lib/common_test/doc/src/ct_master.xml | 2 | ||||
-rw-r--r-- | lib/common_test/doc/src/event_handler_chapter.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/doc/src/ct_master.xml b/lib/common_test/doc/src/ct_master.xml index 2ab421fe9e..f003b7de11 100644 --- a/lib/common_test/doc/src/ct_master.xml +++ b/lib/common_test/doc/src/ct_master.xml @@ -210,7 +210,7 @@ </type> <desc><marker id="run_test-2"/> <p>Tests are spawned on <c>Node</c> using - <seealso marker="ct:run_test-1"><c>ct:run_test/1</c></seealso></p> + <seealso marker="ct#run_test-1"><c>ct:run_test/1</c></seealso></p> </desc> </func> </funcs> diff --git a/lib/common_test/doc/src/event_handler_chapter.xml b/lib/common_test/doc/src/event_handler_chapter.xml index bd9ed21cb4..182abba7ca 100644 --- a/lib/common_test/doc/src/event_handler_chapter.xml +++ b/lib/common_test/doc/src/event_handler_chapter.xml @@ -378,7 +378,7 @@ <note><p>To ensure that printouts to <c>stdout</c> (or printouts made with <seealso marker="ct#log-2"><c>ct:log/2,3</c></seealso> or - <seealso marker="ct:pal-2"><c>ct:pal,2,3</c></seealso>) get written to the test case log + <seealso marker="ct#pal-2"><c>ct:pal,2,3</c></seealso>) get written to the test case log file, and not to the <c>Common Test</c> framework log, you can synchronize with the <c>Common Test</c> server by matching on evvents <c>tc_start</c> and <c>tc_done</c>. In the period between these events, all I/O is directed to the |