summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Collocation
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-02-25 20:14:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-02-25 20:14:57 +0000
commit5bcd667b8446969f6e12e4f70d3c3c74f0358d7c (patch)
tree062f0994e644dfc4c40d80f77b5b5a5377b68dfe /TAO/tests/CSD_Collocation
parent456cc2d272f66374f13456ad28a2401c2a42d18d (diff)
downloadATCD-5bcd667b8446969f6e12e4f70d3c3c74f0358d7c.tar.gz
Mon Feb 25 20:14:37 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/CSD_Collocation')
-rwxr-xr-xTAO/tests/CSD_Collocation/run_test.pl5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/tests/CSD_Collocation/run_test.pl b/TAO/tests/CSD_Collocation/run_test.pl
index eaa9da78531..e9a2e5b138e 100755
--- a/TAO/tests/CSD_Collocation/run_test.pl
+++ b/TAO/tests/CSD_Collocation/run_test.pl
@@ -8,8 +8,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
use lib "$ENV{ACE_ROOT}/bin";
use PerlACE::Run_Test;
-PerlACE::add_lib_path('.');
-
$status = 0;
if (PerlACE::is_vxworks_test()) {
@@ -19,11 +17,10 @@ else {
$SV = new PerlACE::Process ("Collocation", "-ORBSvcConf svc.conf.csd");
}
-
$server = $SV->SpawnWaitKill (60);
if ($server != 0) {
- print STDERR "ERROR: Collocation returned $server \n";
+ print STDERR "ERROR: CSD Collocation test returned $server \n";
$status = 1;
}