diff options
author | Björn Gustavsson <[email protected]> | 2012-09-19 14:24:00 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-09-20 11:31:35 +0200 |
commit | f0647fecfbb6c0bdfea0e9f1f65cf9a60ae5dbca (patch) | |
tree | 706214389a3bebfa35199753759e37634fd3b7f0 /lib/test_server/doc/src/ts.xml | |
parent | 4df369dbfb373a113b6c05c944741dbcbcd27bba (diff) | |
download | otp-f0647fecfbb6c0bdfea0e9f1f65cf9a60ae5dbca.tar.gz otp-f0647fecfbb6c0bdfea0e9f1f65cf9a60ae5dbca.tar.bz2 otp-f0647fecfbb6c0bdfea0e9f1f65cf9a60ae5dbca.zip |
ts: Remove the obsolete ts:index/0 command
The ts:index/0 command only works with test_server log directories.
The functionality to generate an overview of all tests run is now
provided by common_test itself.
Diffstat (limited to 'lib/test_server/doc/src/ts.xml')
-rw-r--r-- | lib/test_server/doc/src/ts.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/test_server/doc/src/ts.xml b/lib/test_server/doc/src/ts.xml index 7a356755ba..5f7df57667 100644 --- a/lib/test_server/doc/src/ts.xml +++ b/lib/test_server/doc/src/ts.xml @@ -498,18 +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> |