summaryrefslogtreecommitdiff
path: root/lib/sbin/RunTest.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-04-14 15:57:39 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-04-14 15:57:39 +0000
commitebe169c20aa6be2ad8a73e569518d4c40aed9065 (patch)
tree11b97910ba641f5d66c07619e258367e98ea059c /lib/sbin/RunTest.pl
parent9a0c43299de8fc37daa004082b7e040e8b42a2b6 (diff)
Remove all pwds to fix Cactus/480
The test directory can now be set to any location by setting an environment variable TESTS_DIR git-svn-id: http://svn.cactuscode.org/flesh/trunk@2716 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/RunTest.pl')
-rw-r--r--lib/sbin/RunTest.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/sbin/RunTest.pl b/lib/sbin/RunTest.pl
index d936672d..a3f13eb8 100644
--- a/lib/sbin/RunTest.pl
+++ b/lib/sbin/RunTest.pl
@@ -6,12 +6,14 @@
require "lib/sbin/RunTestUtils.pl";
$prompt = shift;
+$home_dir = shift;
+
$prompt =~ tr/A-Z/a-z/;
$config = shift;;
# Set up RunTest configuration
-%config_data = &Configure($config);
+%config_data = &Configure($config,$home_dir);
$sep= "/";
&PrintHeader;