rewrite: make test use compiled version like the others
That's the current most robust way. Otherwise, it can fail due to stack's progress output as it reinstalls hledger libs, and that reinstallation also forces all the addons to be relinked.
This commit is contained in:
parent
ee735514fe
commit
6e00247df3
@ -222,7 +222,7 @@
|
|||||||
>>>=0
|
>>>=0
|
||||||
|
|
||||||
# Rewrite using diff output
|
# Rewrite using diff output
|
||||||
../../bin/hledger-rewrite.hs --diff -f- assets:bank and 'amt:<0' --add-posting 'expenses:fee $5' --add-posting 'assets:bank $-5'
|
../../bin/hledger-rewrite --diff -f- assets:bank and 'amt:<0' --add-posting 'expenses:fee $5' --add-posting 'assets:bank $-5'
|
||||||
<<<
|
<<<
|
||||||
2016/01/01 withdraw
|
2016/01/01 withdraw
|
||||||
assets:cash $20
|
assets:cash $20
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user