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

- - index() -> ok | {error, Reason} - Updates local index page - - Reason = term() - - -

This function updates the local index page. This can be - useful if a previous test run was not completed and the index - is incomplete.

-
-
clean() -> ok clean(all) -> ok -- cgit v1.2.3 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/src') 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