summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/NotifyService/run_test.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-10-28 07:44:04 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-10-28 07:44:04 +0000
commit0c6aa01c6b827a0a31051fa833c9aa9d4077927d (patch)
tree9b231df8dc5c06dad5b8ca0981751245efa26741 /TAO/orbsvcs/tests/ImplRepo/NotifyService/run_test.pl
parent8ffd1f10ebd026fcf02c159651a75f0f388f1428 (diff)
downloadATCD-0c6aa01c6b827a0a31051fa833c9aa9d4077927d.tar.gz
Tue Oct 28 07:44:13 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/ImplRepo_Service/AsyncAccessManager.h: * orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp: * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp: Fixed bugzilla 4186, a server that is registered with manual start and which has been started once, than crashes, was restarted by the ImR, this shouldn't be the case, at the moment a manual started server crashes it should just stay offlline. Thanks to Phil Mesnier for reviewing all changes and making some improvements to them. * orbsvcs/ImplRepo_Service/tao_imr_i.cpp: Layout change in help output * orbsvcs/orbsvcs/Notify/POA_Helper.cpp: Formatting change * orbsvcs/tests/ImplRepo/NotifyService/run_test.pl: Default debug level 2 which is also passed to the ImR
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/NotifyService/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/ImplRepo/NotifyService/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/NotifyService/run_test.pl b/TAO/orbsvcs/tests/ImplRepo/NotifyService/run_test.pl
index 14fd43ca7ec..60092df2f35 100755
--- a/TAO/orbsvcs/tests/ImplRepo/NotifyService/run_test.pl
+++ b/TAO/orbsvcs/tests/ImplRepo/NotifyService/run_test.pl
@@ -9,7 +9,7 @@ use lib "$ENV{ACE_ROOT}/bin";
use PerlACE::TestTarget;
$status = 0;
-$debug_level = '0';
+$debug_level = '2';
foreach $i (@ARGV) {
if ($i eq '-debug') {
@@ -67,7 +67,7 @@ $test->DeleteFile ($nsiorfile);
################################################################################
## Start the implementation Repository
-$IMR->Arguments ("-o $imr_imriorfile -d 2 -ORBDebugLevel $debug_level");
+$IMR->Arguments ("-o $imr_imriorfile -d $debug_level");
$IMR_status = $IMR->Spawn ();
if ($IMR_status != 0) {
print STDERR "ERROR: ImplRepo Service returned $IMR_status\n";