mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
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
|
||||
|
||||
# 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 b
|
||||
include a.j
|
||||
include b.j
|
||||
>>> /Included journal files *: *\.\/a/
|
||||
>>>2
|
||||
>>>=0
|
||||
|
Loading…
Reference in New Issue
Block a user