diff options
author | Björn Gustavsson <[email protected]> | 2012-09-19 14:30:28 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-09-20 11:32:51 +0200 |
commit | 8e196c96a3006524625401b4928870e39634eac3 (patch) | |
tree | adf6788894f20c09e4e6aff3d38076e6bbc1f06b /lib/test_server/doc | |
parent | f0647fecfbb6c0bdfea0e9f1f65cf9a60ae5dbca (diff) | |
download | otp-8e196c96a3006524625401b4928870e39634eac3.tar.gz otp-8e196c96a3006524625401b4928870e39634eac3.tar.bz2 otp-8e196c96a3006524625401b4928870e39634eac3.zip |
ts: Remove the non-working ts:clean/0,1 commands
The commands no longer work now that ts is a wrapper for
common_test (instead of for test_server), and no one seems to
have missed them.
Diffstat (limited to 'lib/test_server/doc')
-rw-r--r-- | lib/test_server/doc/src/ts.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/test_server/doc/src/ts.xml b/lib/test_server/doc/src/ts.xml index 5f7df57667..4a2c536e96 100644 --- a/lib/test_server/doc/src/ts.xml +++ b/lib/test_server/doc/src/ts.xml @@ -498,17 +498,6 @@ This option is mandatory for remote targets </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> |