From 09e00d8f351798dd1b11e086ce65619ad87dc0a1 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 29 Nov 2001 20:29:58 +0000 Subject: [PATCH] Need the test_dir system property. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@682 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- tests/bin/runjava | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bin/runjava b/tests/bin/runjava index 4a8b9f827..07c4fd0b5 100755 --- a/tests/bin/runjava +++ b/tests/bin/runjava @@ -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;