summaryrefslogtreecommitdiffstats
path: root/pts-core/functions
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-01 17:22:29 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-01 17:22:29 -0500
commit390370236220539101f51c2edaab8ec4f02c2a08 (patch)
tree02dd2a409acd0a4c882bab52f828143fee716ad2 /pts-core/functions
parent260ff17a89a15ad897d4e0a4c060510686d55030 (diff)
downloadphoronix-test-suite-upstream-390370236220539101f51c2edaab8ec4f02c2a08.tar.gz
phoronix-test-suite-upstream-390370236220539101f51c2edaab8ec4f02c2a08.tar.xz
phoronix-test-suite-upstream-390370236220539101f51c2edaab8ec4f02c2a08.zip
Tag Phoronix Test Suite 1.6.0 "Tydal" Alpha 2
Diffstat (limited to 'pts-core/functions')
-rw-r--r--pts-core/functions/pts-functions-install.php2
-rw-r--r--pts-core/functions/pts-functions-run.php2
-rw-r--r--pts-core/functions/pts.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/pts-core/functions/pts-functions-install.php b/pts-core/functions/pts-functions-install.php
index 4813307..5e96e53 100644
--- a/pts-core/functions/pts-functions-install.php
+++ b/pts-core/functions/pts-functions-install.php
@@ -528,4 +528,4 @@ function pts_generate_download_cache()
file_put_contents(PTS_DOWNLOAD_CACHE_DIR . "pts-download-cache.xml", $cache_xml);
}
-?>TO
+?>
diff --git a/pts-core/functions/pts-functions-run.php b/pts-core/functions/pts-functions-run.php
index a108bee..97b06cf 100644
--- a/pts-core/functions/pts-functions-run.php
+++ b/pts-core/functions/pts-functions-run.php
@@ -856,7 +856,7 @@ function pts_run_test($test_identifier, $extra_arguments = "", $arguments_descri
{
if(pts_is_assignment("TEST_RESULTS_IDENTIFIER") && (pts_string_bool(pts_read_user_config(P_OPTION_LOG_BENCHMARKFILES, "FALSE")) || pts_read_assignment("IS_PCQS_MODE") != false || getenv("SAVE_BENCHMARK_LOGS") != false))
{
- $backup_log_dir = SAVE_RESULTS_DIR . pts_read_assignment(SAVE_FILE_NAME) . "/benchmark-logs/" . pts_read_assignment("TEST_RESULTS_IDENTIFIER") . "/";
+ $backup_log_dir = SAVE_RESULTS_DIR . pts_read_assignment("SAVE_FILE_NAME") . "/benchmark-logs/" . pts_read_assignment("TEST_RESULTS_IDENTIFIER") . "/";
$backup_filename = basename($benchmark_log_file);
@mkdir($backup_log_dir, 0777, true);
@copy($benchmark_log_file, $backup_log_dir . $backup_filename);
diff --git a/pts-core/functions/pts.php b/pts-core/functions/pts.php
index fce2f55..2573a6b 100644
--- a/pts-core/functions/pts.php
+++ b/pts-core/functions/pts.php
@@ -21,7 +21,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-define("PTS_VERSION", "1.6.0a1");
+define("PTS_VERSION", "1.6.0a2");
define("PTS_CODENAME", "TYDAL");
define("PTS_TYPE", "DESKTOP");