summaryrefslogtreecommitdiff
path: root/TAO/tests/Server_Connection_Purging
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-12-08 14:55:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-12-08 14:55:31 +0000
commit85d1cc98e358f7d8007265c72359883fa852f43d (patch)
tree2e20521f8316fd6b81559a32807a8ba95bcf5ff3 /TAO/tests/Server_Connection_Purging
parente55beb1186bceb90f745ca2c6be1927272559ac3 (diff)
downloadATCD-85d1cc98e358f7d8007265c72359883fa852f43d.tar.gz
Sat Dec 8 14:53:54 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Server_Connection_Purging')
-rwxr-xr-xTAO/tests/Server_Connection_Purging/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Server_Connection_Purging/run_test.pl b/TAO/tests/Server_Connection_Purging/run_test.pl
index d7d69f85562..ccaf6a19c58 100755
--- a/TAO/tests/Server_Connection_Purging/run_test.pl
+++ b/TAO/tests/Server_Connection_Purging/run_test.pl
@@ -13,14 +13,14 @@ $orbport = 10000 + PerlACE::uniqueid ();
unlink $iorfile;
$status = 0;
-$endpoint = "-ORBEndpoint iiop://localhost:$orbport";
-$clientarg = "-h localhost -p $orbport";
if (PerlACE::is_vxworks_test()) {
$endpoint = "-ORBEndpoint iiop://".$ENV{'ACE_RUN_VX_TGTHOST'}.":$orbport";
$clientarg = "-h ".$ENV{'ACE_RUN_VX_TGTHOST'}." -p $orbport";
$SV = new PerlACE::ProcessVX ("server", "$endpoint");
}
else {
+$endpoint = "-ORBEndpoint iiop://localhost:$orbport";
+$clientarg = "-h localhost -p $orbport";
$SV = new PerlACE::Process ("server", "$endpoint");
}