summaryrefslogtreecommitdiff
path: root/dbtests
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-03-31 16:00:37 -0400
committerAaron <aaron@10gen.com>2009-03-31 16:00:37 -0400
commitbda8a014615f7ad6c9e78384e50df3c8a6b6a760 (patch)
tree226f6b4dcccd5d95e899b58bc56a0d165ae75c9d /dbtests
parent8e694fdc33de269f4bea6f5b6d4079eb40e7ebd4 (diff)
downloadmongo-bda8a014615f7ad6c9e78384e50df3c8a6b6a760.tar.gz
Print compilation info in test output
Diffstat (limited to 'dbtests')
-rw-r--r--dbtests/perf/perftest.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/dbtests/perf/perftest.cpp b/dbtests/perf/perftest.cpp
index e55a9b6935c..15f4fc90e92 100644
--- a/dbtests/perf/perftest.cpp
+++ b/dbtests/perf/perftest.cpp
@@ -629,7 +629,9 @@ UnitTest::TestPtr suite() {
}
int main( int argc, char **argv ) {
-
+ printGitVersion();
+ printSysInfo();
+
logLevel = -1;
boost::filesystem::path p( "/data/db/perftest" );