diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-12-07 12:19:18 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-12-07 12:19:18 +0000 |
commit | 55177885221e66b0a600f010c4c9ea1115b2d255 (patch) | |
tree | 063adc3b8124cf05c8c74a7d07ad4c9865f190a9 /CIAO | |
parent | b5d771970f6f100bbae2beae620fa66d06746632 (diff) | |
download | ATCD-55177885221e66b0a600f010c4c9ea1115b2d255.tar.gz |
Fuzz
Diffstat (limited to 'CIAO')
-rwxr-xr-x | CIAO/connectors/ami4ccm/tests/SyncPortConn/descriptors/run_test.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/connectors/ami4ccm/tests/SyncPortConn/descriptors/run_test.pl b/CIAO/connectors/ami4ccm/tests/SyncPortConn/descriptors/run_test.pl index 5a088c780f7..4033fac9d86 100755 --- a/CIAO/connectors/ami4ccm/tests/SyncPortConn/descriptors/run_test.pl +++ b/CIAO/connectors/ami4ccm/tests/SyncPortConn/descriptors/run_test.pl @@ -14,8 +14,8 @@ $DANCE_ROOT = "$ENV{'DANCE_ROOT'}"; #$ENV{'DANCE_LOG_LEVEL'}=9; #$ENV{'CIAO_LOG_LEVEL'}=10; -$ENV{'DANCE_TRACE_ENABLE'}=1; -$ENV{'CIAO_TRACE_ENABLE'}=1; +#$ENV{'DANCE_TRACE_ENABLE'}=1; +#$ENV{'CIAO_TRACE_ENABLE'}=1; $daemons_running = 0; $em_running = 0; |