diff options
Diffstat (limited to 'test/LedgerHarness.py')
-rwxr-xr-x | test/LedgerHarness.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LedgerHarness.py b/test/LedgerHarness.py index 5af47463..cd8beca8 100755 --- a/test/LedgerHarness.py +++ b/test/LedgerHarness.py @@ -48,7 +48,7 @@ class LedgerHarness: if columns: insert += ' --columns=80' - command = re.sub('\$ledger', '%s%s --args-only --no-color' % \ + command = re.sub('\$ledger', '%s%s --args-only --no-color --pager=none' % \ (self.ledger, insert), command) return Popen(command, shell=True, close_fds=True, env=env, |