summaryrefslogtreecommitdiffstats
path: root/pts-core
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-08-25 07:53:19 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-25 07:53:19 -0400
commitf3d4ea9e3c925a36fbdcf9c04979f8ed8ba43944 (patch)
tree8f9d7a980cbde59171939eede96d2a76bbfdd417 /pts-core
parentea2a8ba79af715088094e40889b8d6a829462888 (diff)
downloadphoronix-test-suite-upstream-f3d4ea9e3c925a36fbdcf9c04979f8ed8ba43944.tar.gz
phoronix-test-suite-upstream-f3d4ea9e3c925a36fbdcf9c04979f8ed8ba43944.tar.xz
phoronix-test-suite-upstream-f3d4ea9e3c925a36fbdcf9c04979f8ed8ba43944.zip
Tag Phoronix Test Suite 1.2.0 Beta 3
Diffstat (limited to 'pts-core')
-rw-r--r--pts-core/functions/pts-functions-install.php1
-rw-r--r--pts-core/functions/pts.php2
2 files changed, 2 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions-install.php b/pts-core/functions/pts-functions-install.php
index 5fbaacb..16246aa 100644
--- a/pts-core/functions/pts-functions-install.php
+++ b/pts-core/functions/pts-functions-install.php
@@ -299,6 +299,7 @@ function pts_local_download_test_files($identifier)
}
function pts_remove_local_download_test_files($identifier)
{
+ // Remove locally downloaded files for a given test
foreach(pts_local_download_test_files($identifier) as $test_file)
{
$file_location = TEST_ENV_DIR . $identifier . "/" . $test_file;
diff --git a/pts-core/functions/pts.php b/pts-core/functions/pts.php
index 4d198da..c9abef3 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.2.0b2");
+define("PTS_VERSION", "1.2.0b3");
define("PTS_CODENAME", "MALVIK");
define("PTS_TYPE", "DESKTOP");