diff options
author | Raimo Niskanen <[email protected]> | 2017-05-05 13:15:42 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2017-05-05 13:15:42 +0200 |
commit | eace29905be436d77245656b2511c9a9c2c67c90 (patch) | |
tree | 48f9c14354dfe10972298e1d9fee5e5f5d002a84 /lib/common_test | |
parent | 4f03eba5294f1c1bc922b07f1267e6b0099fd4b5 (diff) | |
download | otp-eace29905be436d77245656b2511c9a9c2c67c90.tar.gz otp-eace29905be436d77245656b2511c9a9c2c67c90.tar.bz2 otp-eace29905be436d77245656b2511c9a9c2c67c90.zip |
Revert "Prepare release"
This reverts commit dc57404252c47520f352834ad9be45ad684f96c9.
Diffstat (limited to 'lib/common_test')
-rw-r--r-- | lib/common_test/doc/src/notes.xml | 39 | ||||
-rw-r--r-- | lib/common_test/vsn.mk | 2 |
2 files changed, 1 insertions, 40 deletions
diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index 9f2286d7f0..a0079fd0c0 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,45 +33,6 @@ <file>notes.xml</file> </header> -<section><title>Common_Test 1.15</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p> - Errors in the documentation for user HTML stylesheets - have been corrected.</p> - <p> - Own Id: OTP-14332 Aux Id: seq13299 </p> - </item> - </list> - </section> - - - <section><title>Improvements and New Features</title> - <list> - <item> - <p>The <c>ct_slave</c> modules now handle nodenames in - the same way as nodenames passed to <c>-sname</c>. That - means <c>ct_slave:start('[email protected]').</c> will now - work.</p> - <p> - Own Id: OTP-13806</p> - </item> - <item> - <p> - Added the new option, <c>keep_logs</c>. If setting the - value for this option to an integer, N, common_test will - remove all ct_run.* directories in the current log - directory, except the N newest.</p> - <p> - Own Id: OTP-14179</p> - </item> - </list> - </section> - -</section> - <section><title>Common_Test 1.14</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index a219aa4736..e6ae8b2e7a 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.15 +COMMON_TEST_VSN = 1.14 |