From 838338e3164cf17d2a6de5fea7dffbf1241a476b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 25 Feb 2009 01:41:23 -0400 Subject: More fixes to tools/regtest --- tools/regtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/regtest') 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 -- cgit v1.2.3