summaryrefslogtreecommitdiff
path: root/dbtests/dbtests.cpp
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-03-31 15:59:14 -0400
committerAaron <aaron@10gen.com>2009-03-31 15:59:14 -0400
commit8e694fdc33de269f4bea6f5b6d4079eb40e7ebd4 (patch)
tree45b5ab293b5dcc9e0a052c548cf58a97ef5ba503 /dbtests/dbtests.cpp
parent2821a57dcb27dc6ad1a23dd61b8c81f94670cdb2 (diff)
downloadmongo-8e694fdc33de269f4bea6f5b6d4079eb40e7ebd4.tar.gz
Print compilation info in test output
Diffstat (limited to 'dbtests/dbtests.cpp')
-rw-r--r--dbtests/dbtests.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbtests/dbtests.cpp b/dbtests/dbtests.cpp
index d38cb5a92a7..3d67ca9fd1f 100644
--- a/dbtests/dbtests.cpp
+++ b/dbtests/dbtests.cpp
@@ -80,6 +80,8 @@ int main( int argc, char** argv ) {
dbpath = dbpathSpec.c_str();
srand( seed );
+ printGitVersion();
+ printSysInfo();
out() << "random seed: " << seed << endl;
UnitTest::Registry tests;