summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Lanes/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Lanes/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/Notify/Lanes/run_test.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Lanes/run_test.pl b/TAO/orbsvcs/tests/Notify/Lanes/run_test.pl
index ad483a8cd55..ca598749030 100755
--- a/TAO/orbsvcs/tests/Notify/Lanes/run_test.pl
+++ b/TAO/orbsvcs/tests/Notify/Lanes/run_test.pl
@@ -24,6 +24,7 @@ $Naming = new PerlACE::Process ("../../../Naming_Service/Naming_Service",
$Notification = new PerlACE::Process ("../../../Notify_Service/Notify_Service");
$Notify_Args = "-ORBInitRef NameService=file://$naming_ior -IORoutput $notify_ior -ORBSvcConf $notify_conf";
+#$Notify_Args = "-ORBInitRef NameService=file://$naming_ior -IORoutput $notify_ior -ORBSvcConf $notify_conf -ORBDebugLevel 1";
$Supplier = new PerlACE::Process ("../Driver/Notify_Tests_Driver");
@@ -32,6 +33,7 @@ $Supplier_Args = "-ORBInitRef NameService=file://$naming_ior -IORoutput $supplie
$Consumer = new PerlACE::Process ("../Driver/Notify_Tests_Driver");
$Consumer_Args = "-ORBInitRef NameService=file://$naming_ior -IORinput file://$supplier_ior -ORBSvcConf $consumer_conf";
+#$Consumer_Args = "-ORBInitRef NameService=file://$naming_ior -IORinput file://$supplier_ior -ORBSvcConf $consumer_conf -ORBDebugLevel 1";
unlink $naming_ior;
$Naming->Spawn ();