summaryrefslogtreecommitdiff
path: root/test/regress/1057.test
Commit message (Collapse)AuthorAgeFilesLines
* test: Unbreak one more test case with python3 bridgeDimitri John Ledkov2019-12-061-1/+1
| | | | | | | | | | | 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.
* Don't explicitly reference test file in 1057.testJohn Wiegley2016-11-131-1/+1
|
* [tests] Set timezone for running testsAlexis Hildebrandt2015-08-071-1/+1
| | | | so that the tests run with a consistent environment.
* Modification to help fix issue when compiling with travisthdox2015-07-311-1/+1
| | | | | -(("/home/travis/build/ledger/ledger/test/regress/1057.test" 1 (21308 34912 0) nil "www.amazon.fr" +(("/home/travis/build/ledger/ledger/test/regress/1057.test" 1 (21308 42112 0) nil "www.amazon.fr"
* regression test file for bug 1057thdox2015-07-311-0/+11