summaryrefslogtreecommitdiff
path: root/test/LedgerHarness.py
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-10-28 02:30:51 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-10-28 02:30:51 -0400
commit65e8eca6cfd394390c1e2091cf8674a93d2eae2d (patch)
treea054e62051e8a2cdb7351f9b166a1fba5d5ba43f /test/LedgerHarness.py
parent773db54d21772e0c4f76f669f89f51a201cc6261 (diff)
downloadfork-ledger-65e8eca6cfd394390c1e2091cf8674a93d2eae2d.tar.gz
fork-ledger-65e8eca6cfd394390c1e2091cf8674a93d2eae2d.tar.bz2
fork-ledger-65e8eca6cfd394390c1e2091cf8674a93d2eae2d.zip
The test harness needs to run without the pager
Diffstat (limited to 'test/LedgerHarness.py')
-rwxr-xr-xtest/LedgerHarness.py2
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,