summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/On_Demand_Loading
diff options
context:
space:
mode:
authorsmcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-02-12 10:31:14 +0000
committersmcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-02-12 10:31:14 +0000
commitb4672457f14b50b22a574f581efe823c8f007ab1 (patch)
treeec83772656c953057691c635c3cc793e2eadcc34 /TAO/tests/POA/On_Demand_Loading
parent380ebee6ca8846b5939009c4a14ddd2c03c62bbc (diff)
downloadATCD-b4672457f14b50b22a574f581efe823c8f007ab1.tar.gz
ChangeLogTag: Tue Feb 12 10:18:14 UTC 2008 Simon McQueen <sm@prismtech.com>
Diffstat (limited to 'TAO/tests/POA/On_Demand_Loading')
-rwxr-xr-xTAO/tests/POA/On_Demand_Loading/run_test.pl8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/tests/POA/On_Demand_Loading/run_test.pl b/TAO/tests/POA/On_Demand_Loading/run_test.pl
index d25948c1ce4..6fd6d0c7dd5 100755
--- a/TAO/tests/POA/On_Demand_Loading/run_test.pl
+++ b/TAO/tests/POA/On_Demand_Loading/run_test.pl
@@ -8,6 +8,8 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
use lib "$ENV{ACE_ROOT}/bin";
use PerlACE::Run_Test;
+PerlACE::add_lib_path ('../Generic_Servant/.');
+
$iorfile = "ior";
$oneway = "";
@@ -55,10 +57,10 @@ if (PerlACE::is_vxworks_test()) {
else {
$SV = new PerlACE::Process ("server", "-f $iorfile $extra_args");
}
-$CL1 = new PerlACE::Process ("../Generic_Servant/client",
+$CL1 = new PerlACE::Process ("../Generic_Servant/client",
"$extra_args $oneway -i $iterations -k file://$iorfile1");
$CL2 = new PerlACE::Process ("../Generic_Servant/client",
- "$extra_args $oneway -i $iterations -k file://$iorfile2 -x");
+ "$extra_args $oneway -i $iterations -k file://$iorfile2 -x");
$server = $SV->Spawn ();
@@ -97,7 +99,7 @@ $server = $SV->WaitKill (5);
if ($server != 0) {
print STDERR "ERROR: server returned $server\n";
- $SV->Kill ();
+ $SV->Kill ();
$status = 1;
}