summaryrefslogtreecommitdiff
path: root/CIAO/tests/CIAO_ComponentServer/Local_Facet/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/CIAO_ComponentServer/Local_Facet/run_test.pl')
-rwxr-xr-xCIAO/tests/CIAO_ComponentServer/Local_Facet/run_test.pl7
1 files changed, 0 insertions, 7 deletions
diff --git a/CIAO/tests/CIAO_ComponentServer/Local_Facet/run_test.pl b/CIAO/tests/CIAO_ComponentServer/Local_Facet/run_test.pl
index d9230ece23b..e0a8860f709 100755
--- a/CIAO/tests/CIAO_ComponentServer/Local_Facet/run_test.pl
+++ b/CIAO/tests/CIAO_ComponentServer/Local_Facet/run_test.pl
@@ -11,13 +11,6 @@ use PerlACE::TestTarget;
$status = 0;
$ciao_root = "$ENV{CIAO_ROOT}";
-foreach $i (@ARGV) {
- if ($i eq '-debug') {
- $ENV{"DANCE_TRACE_ENABLE"} = 1;
- $ENV{"CIAO_TRACE_ENABLE"} = 1;
- }
-}
-
my $target = PerlACE::TestTarget::create_target (1);
$TG = $target->CreateProcess ("client", "-s $ciao_root/bin/ciao_componentserver -d 120");