summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorpjain <pjain@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-11-10 19:58:49 +0000
committerpjain <pjain@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-11-10 19:58:49 +0000
commit95792f5e0ec67241bd5cf0008256744208c5ee93 (patch)
treeb4c1a2e4fac262dc23f3e4a1432145a7be631b84 /tests
parent3c84e3836b3abfab542a7be40203dfdb2b6a1b8d (diff)
downloadATCD-95792f5e0ec67241bd5cf0008256744208c5ee93.tar.gz
Fixed the test so that the output of the test goes to a log file instead of STDOUT.
Diffstat (limited to 'tests')
-rw-r--r--tests/Reactors_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Reactors_Test.cpp b/tests/Reactors_Test.cpp
index 9af84f356d2..4c171ebd71b 100644
--- a/tests/Reactors_Test.cpp
+++ b/tests/Reactors_Test.cpp
@@ -197,7 +197,7 @@ main (int argc, char *argv[])
ACE_Service_Config::thr_mgr ()->wait ();
- ACE_DEBUG ((LM_DEBUG, "Ending %s test at %u\n", argv[0], ACE_OS::time (0)));
+ ACE_END_TEST;
return 0;
}