make stats.test and include.test parallelizable

This commit is contained in:
Simon Michael 2012-06-29 18:05:12 +00:00
parent 24546bb910
commit 074486549a

View File

@ -5,10 +5,10 @@ bin/hledger -f- stats
>>>=0 >>>=0
# 2. included files should be listed in parse order # 2. included files should be listed in parse order
touch a b; bin/hledger -f- stats; rm -f a b touch a.j b.j; bin/hledger -f- stats; rm -f a.j b.j
<<< <<<
include a include a.j
include b include b.j
>>> /Included journal files *: *\.\/a/ >>> /Included journal files *: *\.\/a/
>>>2 >>>2
>>>=0 >>>=0