From 65e8eca6cfd394390c1e2091cf8674a93d2eae2d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 28 Oct 2009 02:30:51 -0400 Subject: The test harness needs to run without the pager --- test/LedgerHarness.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/LedgerHarness.py') 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, -- cgit v1.2.3