From 8e196c96a3006524625401b4928870e39634eac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Wed, 19 Sep 2012 14:30:28 +0200 Subject: 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. --- lib/test_server/doc/src/ts.xml | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'lib/test_server/doc') 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 @@ -497,17 +497,6 @@ This option is mandatory for remote targets cover_details options, see test_server_ctrl:cover/2/3.

- - clean() -> ok - clean(all) -> ok - Cleans up the log directories created when running tests. - -

This function cleans up log directories created when - running test cases. clean/0 cleans up all but the last - run of each application. clean/1 cleans up all test - runs found.

-
-
estone() -> ok | {error, Reason} estone(Opts) -> ok -- cgit v1.2.3