summaryrefslogtreecommitdiffstats
path: root/pts-core
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-24 14:20:33 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-24 14:20:33 -0500
commita7e772c8f1027b5cc1bf94fa4aa4592c59ad255d (patch)
treeb4a521271b4610e9cba9c7c986236935ccfe260f /pts-core
parent9efa200bfbffc6add5ec1135514d59b1556e177f (diff)
downloadphoronix-test-suite-upstream-a7e772c8f1027b5cc1bf94fa4aa4592c59ad255d.tar.gz
phoronix-test-suite-upstream-a7e772c8f1027b5cc1bf94fa4aa4592c59ad255d.tar.xz
phoronix-test-suite-upstream-a7e772c8f1027b5cc1bf94fa4aa4592c59ad255d.zip
pts-core: Move base test profiles and resources to
pts/base-test-profiles/ and pts/base-test-resources/
Diffstat (limited to 'pts-core')
-rw-r--r--pts-core/functions/pts-init.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pts-core/functions/pts-init.php b/pts-core/functions/pts-init.php
index 0efb39d..07adc4c 100644
--- a/pts-core/functions/pts-init.php
+++ b/pts-core/functions/pts-init.php
@@ -78,10 +78,10 @@ function pts_define_directories()
// Test & Suite Locations
define("XML_PROFILE_DIR", PTS_DIR . "pts/test-profiles/");
- define("XML_PROFILE_CTP_BASE_DIR", XML_PROFILE_DIR . "base/");
+ define("XML_PROFILE_CTP_BASE_DIR", PTS_DIR . "pts/base-test-profiles/");
define("XML_SUITE_DIR", PTS_DIR . "pts/test-suites/");
define("TEST_RESOURCE_DIR", PTS_DIR . "pts/test-resources/");
- define("TEST_RESOURCE_CTP_BASE_DIR", TEST_RESOURCE_DIR . "base/");
+ define("TEST_RESOURCE_CTP_BASE_DIR", PTS_DIR . "pts/base-test-resources/");
define("XML_PROFILE_LOCAL_DIR", PTS_USER_DIR . "test-profiles/");
define("XML_PROFILE_LOCAL_CTP_BASE_DIR", XML_PROFILE_LOCAL_DIR . "base/");
define("XML_SUITE_LOCAL_DIR", PTS_USER_DIR . "test-suites/");