summaryrefslogtreecommitdiff
path: root/obbench
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-08-19 16:32:21 +0200
committerLars Wirzenius <liw@liw.fi>2015-08-19 16:32:21 +0200
commitd4c36686abe83f31a5608f405e95fe13c865025e (patch)
tree31ee66bdb41a65500ab7012cd720f48d1169af90 /obbench
parent0b193f424c8498d550d9c48b77dfc046edd122c7 (diff)
downloadobnam-benchmarks-d4c36686abe83f31a5608f405e95fe13c865025e.tar.gz
Make Obnam be quiet, for more consistent results
Diffstat (limited to 'obbench')
-rwxr-xr-xobbench1
1 files changed, 1 insertions, 0 deletions
diff --git a/obbench b/obbench
index 8919a08..a121f5e 100755
--- a/obbench
+++ b/obbench
@@ -112,6 +112,7 @@ class ObnamBenchmarker(cliapp.Application):
config = os.path.join(tempdir, 'obnam.conf')
with open(config, 'w') as f:
f.write('[config]\n')
+ f.write('quiet = yes\n')
f.write('repository = %s\n' % os.path.join(tempdir, 'repo'))
f.write('root = %s\n' % self.get_live_data(tempdir))
f.write('log = %s\n' % os.path.join(tempdir, 'obnam.log'))