diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-25 01:41:23 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-25 01:41:23 -0400 |
commit | 838338e3164cf17d2a6de5fea7dffbf1241a476b (patch) | |
tree | eb86dddcfc8553c0c4a42111f40bc591ba49c5af /tools/regtest | |
parent | ac8e27a4b85376d94704b6bf8b85e8e82f457f42 (diff) | |
download | fork-ledger-838338e3164cf17d2a6de5fea7dffbf1241a476b.tar.gz fork-ledger-838338e3164cf17d2a6de5fea7dffbf1241a476b.tar.bz2 fork-ledger-838338e3164cf17d2a6de5fea7dffbf1241a476b.zip |
More fixes to tools/regtest
Diffstat (limited to 'tools/regtest')
-rwxr-xr-x | tools/regtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regtest b/tools/regtest index 7d28dae7..b42b4981 100755 --- a/tools/regtest +++ b/tools/regtest @@ -12,7 +12,7 @@ for test in \ "-G \$cmd c0226fafdf9e6711ac9121cf263e2d50791859cb" do echo testing: $test - python tools/confirm.py "ledger -f tools/standard.dat $test" + python tools/confirm.py "ledger -f tools/standard.dat --args-only --columns=80 $test" errors=`expr $errors + $?` done |