diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/runtests.py | 3 | ||||
-rwxr-xr-x | tools/sample.sh | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/tools/runtests.py b/tools/runtests.py index b242fa6d..9afbd25d 100755 --- a/tools/runtests.py +++ b/tools/runtests.py @@ -89,9 +89,6 @@ options = [ #"--version", "--weekly", "--wide", - #"--wide-register-format", - #"--write-hdr-format", - #"--write-xact-format", "--yearly", ] diff --git a/tools/sample.sh b/tools/sample.sh index b5b0c3c6..284b3108 100755 --- a/tools/sample.sh +++ b/tools/sample.sh @@ -3,5 +3,5 @@ ~/Products/ledger/ledger \ --import ~/src/ledger/tools/sample.py \ -f ~/src/ledger/doc/sample.dat \ - --amount 'get_amount(entry)' \ + --amount 'get_amount(xact)' \ register |