Skip to content

Commit

Permalink
Prep for Phoronix Test Suite 8.2 M2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellarabel committed Aug 15, 2018
1 parent 4c03aae commit e4c5ca1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
@@ -1,6 +1,7 @@
PHORONIX TEST SUITE CHANGE-LOG

Phoronix Test Suite (Git)
Phoronix Test Suite 8.2.0 Milestone 2
15 August 2018

pts-core: Add DivideResultDivisor to result parser
pts-core: Add libevent as possible external dependency
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# Phoronix Test Suite 8.2.0m1
# Phoronix Test Suite 8.2.0m2
http://www.phoronix-test-suite.com/

The **Phoronix Test Suite** is the most comprehensive testing and benchmarking
Expand Down
4 changes: 2 additions & 2 deletions documentation/man-pages/phoronix-test-suite.1
@@ -1,4 +1,4 @@
.TH phoronix-test-suite 1 "www.phoronix-test-suite.com" "8.2.0m1"
.TH phoronix-test-suite 1 "www.phoronix-test-suite.com" "8.2.0m2"
.SH NAME
phoronix-test-suite \- The Phoronix Test Suite is an extensible open-source platform for performing testing and performance evaluation.
.SH SYNOPSIS
Expand Down Expand Up @@ -133,7 +133,7 @@ This option will show details about the supplied test, suite, virtual suite, or
This option will list all test suites that are available from the enabled OpenBenchmarking.org repositories.
.TP
.B list-available-tests
This option will list all test profiles that are available from the enabled OpenBenchmarking.org repositories where supported on the system and are of a verified state.
This option will list all test profiles that are available from the enabled OpenBenchmarking.org repositories where supported on the system and are of a verified state. If the system has no Internet access, it will only list the test profiles where the necesary test assets are available locally on the system or on an available network cache, unless using the list-all-tests option to override this behavior.
.TP
.B list-available-virtual-suites
This option will list all available virtual test suites that can be dynamically created based upon the available tests from enabled OpenBenchmarking.org repositories.
Expand Down
2 changes: 1 addition & 1 deletion documentation/phoronix-test-suite.html
Expand Up @@ -372,7 +372,7 @@ <h3>list-available-suites<em> </em>
<p>This option will list all test suites that are available from the enabled OpenBenchmarking.org repositories.</p>
<h3>list-available-tests<em> </em>
</h3>
<p>This option will list all test profiles that are available from the enabled OpenBenchmarking.org repositories where supported on the system and are of a verified state.</p>
<p>This option will list all test profiles that are available from the enabled OpenBenchmarking.org repositories where supported on the system and are of a verified state. If the system has no Internet access, it will only list the test profiles where the necesary test assets are available locally on the system or on an available network cache, unless using the list-all-tests option to override this behavior.</p>
<h3>list-available-virtual-suites<em> </em>
</h3>
<p>This option will list all available virtual test suites that can be dynamically created based upon the available tests from enabled OpenBenchmarking.org repositories.</p>
Expand Down
2 changes: 1 addition & 1 deletion documentation/phoronix-test-suite.md
Expand Up @@ -110,7 +110,7 @@ This option will show details about the supplied test, suite, virtual suite, or
#### list-available-suites
This option will list all test suites that are available from the enabled OpenBenchmarking.org repositories.
#### list-available-tests
This option will list all test profiles that are available from the enabled OpenBenchmarking.org repositories where supported on the system and are of a verified state.
This option will list all test profiles that are available from the enabled OpenBenchmarking.org repositories where supported on the system and are of a verified state. If the system has no Internet access, it will only list the test profiles where the necesary test assets are available locally on the system or on an available network cache, unless using the list-all-tests option to override this behavior.
#### list-available-virtual-suites
This option will list all available virtual test suites that can be dynamically created based upon the available tests from enabled OpenBenchmarking.org repositories.
#### list-installed-dependencies
Expand Down
2 changes: 1 addition & 1 deletion documentation/stubs/00_user_options.html
Expand Up @@ -130,7 +130,7 @@ <h3>list-available-suites<em> </em>
<p>This option will list all test suites that are available from the enabled OpenBenchmarking.org repositories.</p>
<h3>list-available-tests<em> </em>
</h3>
<p>This option will list all test profiles that are available from the enabled OpenBenchmarking.org repositories where supported on the system and are of a verified state.</p>
<p>This option will list all test profiles that are available from the enabled OpenBenchmarking.org repositories where supported on the system and are of a verified state. If the system has no Internet access, it will only list the test profiles where the necesary test assets are available locally on the system or on an available network cache, unless using the list-all-tests option to override this behavior.</p>
<h3>list-available-virtual-suites<em> </em>
</h3>
<p>This option will list all available virtual test suites that can be dynamically created based upon the available tests from enabled OpenBenchmarking.org repositories.</p>
Expand Down
6 changes: 3 additions & 3 deletions pts-core/pts-core.php
Expand Up @@ -253,10 +253,10 @@ function pts_version_codenames()
);
}

pts_define('PTS_VERSION', '8.2.0m1');
pts_define('PTS_CORE_VERSION', 8112);
pts_define('PTS_VERSION', '8.2.0m2');
pts_define('PTS_CORE_VERSION', 8120);
pts_define('PTS_CODENAME', 'RAKKESTAD');
pts_define('PTS_RELEASE_DATE', '20180721');
pts_define('PTS_RELEASE_DATE', '20180815');

pts_define('PTS_IS_CLIENT', (defined('PTS_MODE') && strstr(PTS_MODE, 'CLIENT') !== false));
pts_define('PTS_IS_WEB_CLIENT', (defined('PTS_MODE') && PTS_MODE == 'WEB_CLIENT'));
Expand Down

0 comments on commit e4c5ca1

Please sign in to comment.