diff options
Diffstat (limited to 'dbtests/dbtests.cpp')
-rw-r--r-- | dbtests/dbtests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbtests/dbtests.cpp b/dbtests/dbtests.cpp index c290a6b51b7..45e1f0d3456 100644 --- a/dbtests/dbtests.cpp +++ b/dbtests/dbtests.cpp @@ -26,7 +26,7 @@ using namespace std; namespace mongo { -extern const char* dbpath; + extern const char* dbpath; } // namespace mongo string dbpathSpec = "/tmp/unittest/"; @@ -39,7 +39,7 @@ void usage() { " -debug run tests with verbose output\n" " -list list available test suites\n" " <suite> run the specified test suite only"; - cout << instructions << endl; + out() << instructions << endl; } int main( int argc, char** argv ) { |