diff options
author | pjain <pjain@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-11-10 19:58:49 +0000 |
---|---|---|
committer | pjain <pjain@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-11-10 19:58:49 +0000 |
commit | 95792f5e0ec67241bd5cf0008256744208c5ee93 (patch) | |
tree | b4c1a2e4fac262dc23f3e4a1432145a7be631b84 /tests | |
parent | 3c84e3836b3abfab542a7be40203dfdb2b6a1b8d (diff) | |
download | ATCD-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.cpp | 2 |
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; } |