make stats.test and include.test parallelizable
This commit is contained in:
parent
24546bb910
commit
074486549a
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user