aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_server/doc/src
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2012-09-20 11:34:14 +0200
committerBjörn Gustavsson <[email protected]>2012-09-20 11:34:14 +0200
commit9ff206c9df34b8d9cf99fa19fb443e6c6762fefc (patch)
tree0bc9e53ec7ada912b4445defb85636630c348fd5 /lib/test_server/doc/src
parent1723cf86e1aaa9c0afadbaf7b8b3075d9eb8c674 (diff)
parent8e196c96a3006524625401b4928870e39634eac3 (diff)
downloadotp-9ff206c9df34b8d9cf99fa19fb443e6c6762fefc.tar.gz
otp-9ff206c9df34b8d9cf99fa19fb443e6c6762fefc.tar.bz2
otp-9ff206c9df34b8d9cf99fa19fb443e6c6762fefc.zip
Merge branch 'bjorn/ts-fixes'
* bjorn/ts-fixes: ts: Remove the non-working ts:clean/0,1 commands ts: Remove the obsolete ts:index/0 command ts: Remove the unused module ts_selftest ts_run: Make errors from ct:run_test/1 visible
Diffstat (limited to 'lib/test_server/doc/src')
-rw-r--r--lib/test_server/doc/src/ts.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/lib/test_server/doc/src/ts.xml b/lib/test_server/doc/src/ts.xml
index 7a356755ba..4a2c536e96 100644
--- a/lib/test_server/doc/src/ts.xml
+++ b/lib/test_server/doc/src/ts.xml
@@ -498,29 +498,6 @@ This option is mandatory for remote targets
</desc>
</func>
<func>
- <name>index() -> ok | {error, Reason}</name>
- <fsummary>Updates local index page</fsummary>
- <type>
- <v>Reason = term()</v>
- </type>
- <desc>
- <p>This function updates the local index page. This can be
- useful if a previous test run was not completed and the index
- is incomplete.</p>
- </desc>
- </func>
- <func>
- <name>clean() -> ok</name>
- <name>clean(all) -> ok</name>
- <fsummary>Cleans up the log directories created when running tests. </fsummary>
- <desc>
- <p>This function cleans up log directories created when
- running test cases. <c>clean/0</c> cleans up all but the last
- run of each application. <c>clean/1</c> cleans up all test
- runs found.</p>
- </desc>
- </func>
- <func>
<name>estone() -> ok | {error, Reason}</name>
<name>estone(Opts) -> ok</name>
<fsummary>Runs the EStone test</fsummary>