Need the test_dir system property.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@682 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-11-29 20:29:58 +00:00
parent 5d16972518
commit 09e00d8f35
+1 -1
View File
@@ -72,7 +72,7 @@ foreach $dir (@dirs) {
$classpath = "$classpath:$jlib";
# specify our server root (this is for server code)
my $rootarg = "-Dapplication.root=$realroot";
my $rootarg = "-Dapplication.root=$realroot -Dtest_dir=$realroot";
my $pid_file = undef;
my $i = 0;