summaryrefslogtreecommitdiff
path: root/tools/regtest
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-25 01:41:23 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-25 01:41:23 -0400
commit838338e3164cf17d2a6de5fea7dffbf1241a476b (patch)
treeeb86dddcfc8553c0c4a42111f40bc591ba49c5af /tools/regtest
parentac8e27a4b85376d94704b6bf8b85e8e82f457f42 (diff)
downloadfork-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-xtools/regtest2
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