Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: Unbreak one more test case with python3 bridge | Dimitri John Ledkov | 2019-12-06 | 1 | -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.test | John Wiegley | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | [tests] Set timezone for running tests | Alexis Hildebrandt | 2015-08-07 | 1 | -1/+1 |
| | | | | so that the tests run with a consistent environment. | ||||
* | Modification to help fix issue when compiling with travis | thdox | 2015-07-31 | 1 | -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 1057 | thdox | 2015-07-31 | 1 | -0/+11 |