diff options
author | Dimitri John Ledkov <xnox@ubuntu.com> | 2019-12-06 13:07:30 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2019-12-06 14:18:08 +0100 |
commit | 139beba6e99729f1c10a9e95221478f932331a02 (patch) | |
tree | 90672e3771a913a653b408f82c0813faeec9bcb1 /test/regress | |
parent | f77bdf19c307811d4659b6e85d147cdd5eee5ef3 (diff) | |
download | fork-ledger-139beba6e99729f1c10a9e95221478f932331a02.tar.gz fork-ledger-139beba6e99729f1c10a9e95221478f932331a02.tar.bz2 fork-ledger-139beba6e99729f1c10a9e95221478f932331a02.zip |
test: Unbreak one more test case with python3 bridge
python3 has buffered output by default, hence testcase option_py
returned no output when executed under test harness. I think this is a
real problem in the way python interpreter is embeded, and i.e. stdout
is not flushed until after test case has died. However, running things
unbuffered seems to make everything work.
But for some reason I had to adjust 1057.test slightly. I have no idea
what those numbers mean, and if running things unbuffered break stuff.
Diffstat (limited to 'test/regress')
-rw-r--r-- | test/regress/1057.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/1057.test b/test/regress/1057.test index 07eb2dbf..83dce40a 100644 --- a/test/regress/1057.test +++ b/test/regress/1057.test @@ -4,7 +4,7 @@ * Passif:Crédit:BanqueAccord -171,63 € test --now=2014/06/27 emacs -(("$sourcepath/test/regress/1057.test" 1 (21308 60112 0) nil "www.amazon.fr" +(("$sourcepath/test/regress/1057.test" 1 (21308 38512 0) nil "www.amazon.fr" (2 "Dépense:Loisir:Ordi:Matériel" "101,50 €" nil " disque dur portable 2,5\" 2000 Go") (3 "Dépense:Maison:Service:Poste" "70,13 €" nil) (4 "Passif:Crédit:BanqueAccord" "-171,63 €" t))) |