<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/test_server/doc/src, branch OTP_R16A_RELEASE_CANDIDATE</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Prepare release</title>
<updated>2013-01-29T10:38:41+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2013-01-29T10:38:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=68b804f34d4ec420d86953e3f519179a40fbee8f'/>
<id>68b804f34d4ec420d86953e3f519179a40fbee8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'siri/cross-cover/OTP-9870'</title>
<updated>2013-01-10T08:10:34+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-01-10T08:10:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4cd517c8168b2bdf7b38544e91afc14b535b3989'/>
<id>4cd517c8168b2bdf7b38544e91afc14b535b3989</id>
<content type='text'>
* siri/cross-cover/OTP-9870:
  [test_server] Don't use print/3 in cross_cover_analyse
  [common_test] Add documentation for cross cover analysis
  [common_test] Add test case for cross cover mechanism
  [test_server] Update documentation about cross cover
  [test_server] Add test of code cover mechanism
  [test_server,common_test] Fix cross cover mechansim
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/cross-cover/OTP-9870:
  [test_server] Don't use print/3 in cross_cover_analyse
  [common_test] Add documentation for cross cover analysis
  [common_test] Add test case for cross cover mechanism
  [test_server] Update documentation about cross cover
  [test_server] Add test of code cover mechanism
  [test_server,common_test] Fix cross cover mechansim
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Update documentation about cross cover</title>
<updated>2012-12-04T10:35:51+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-11-27T17:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a6142c21052ab16c080314aa05d1a30e6631a64c'/>
<id>a6142c21052ab16c080314aa05d1a30e6631a64c</id>
<content type='text'>
Add info about cross statement in cover file:
{cross,[{Tag,Modules}]}.

Add parameter Tests = [{Tag,Dir}] to test_server_ctrl:cross_cover_analyse
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add info about cross statement in cover file:
{cross,[{Tag,Modules}]}.

Add parameter Tests = [{Tag,Dir}] to test_server_ctrl:cross_cover_analyse
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge tag 'OTP_R15B03'</title>
<updated>2012-11-27T10:45:55+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2012-11-27T10:45:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=24ad798b11b93360649f93c85fcff87b18db4c6b'/>
<id>24ad798b11b93360649f93c85fcff87b18db4c6b</id>
<content type='text'>
The R15B03 release
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The R15B03 release
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2012-11-26T14:48:29+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2012-11-26T14:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239'/>
<id>d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Add option {start_cover,false} to test_server:start_node</title>
<updated>2012-10-30T10:19:00+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-10-24T16:48:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fe9ed2938a02869b1df9554b32e4c4c453e6995c'/>
<id>fe9ed2938a02869b1df9554b32e4c4c453e6995c</id>
<content type='text'>
By default the test server will start cover on all nodes when the test
is run with code coverage analysis. To make sure cover is not started
on a new node, this option can be set.

This can be useful if the test itself starts cover or if the new node
for some reason can not run cover compiled code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default the test server will start cover on all nodes when the test
is run with code coverage analysis. To make sure cover is not started
on a new node, this option can be set.

This can be useful if the test itself starts cover or if the new node
for some reason can not run cover compiled code.
</pre>
</div>
</content>
</entry>
<entry>
<title>ts: Remove the non-working ts:clean/0,1 commands</title>
<updated>2012-09-20T09:32:51+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2012-09-19T12:30:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8e196c96a3006524625401b4928870e39634eac3'/>
<id>8e196c96a3006524625401b4928870e39634eac3</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>ts: Remove the obsolete ts:index/0 command</title>
<updated>2012-09-20T09:31:35+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2012-09-19T12:24:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f0647fecfbb6c0bdfea0e9f1f65cf9a60ae5dbca'/>
<id>f0647fecfbb6c0bdfea0e9f1f65cf9a60ae5dbca</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge tag 'OTP_R15B02'</title>
<updated>2012-09-04T08:11:39+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2012-09-04T08:11:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0dca4bcf9eb70a567c617ebc1b2da15057ad3806'/>
<id>0dca4bcf9eb70a567c617ebc1b2da15057ad3806</id>
<content type='text'>
The R15B02 release
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The R15B02 release
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2012-09-03T09:52:49+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2012-09-03T09:52:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=952db27ba0a5b87a2a47f3a7034a9bf92e3651e5'/>
<id>952db27ba0a5b87a2a47f3a7034a9bf92e3651e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
