diff options
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 |