Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove verbose_set calls from tests | Mats Wichmann | 2020-03-18 | 1 | -2/+0 |
| | | | | | | | | test.verbose_set() enables verbose mode, can be a useful debugging aid. Shouldn't be left in in production tests, as it creates noise in the test log. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | add logic to find java installs and on win32 use this to add to ↵ | William Deegan | 2018-10-01 | 1 | -1/+1 |
| | | | | env['ENV']['PATH'] | ||||
* | Fix missing -c in testcase | William Deegan | 2018-10-01 | 1 | -2/+2 |
| | |||||
* | Add test for 1.8. Modularize java tests and move files to a fixture. Change ↵ | William Deegan | 2018-10-01 | 1 | -2/+4 |
| | | | | TestCommon's options_arguments to keep passed lists and not join them into a string. | ||||
* | change method of finding javac from using full path (which fails when it has ↵ | William Deegan | 2018-09-30 | 1 | -0/+149 |
a space in it), to appending the path to javac to env['ENV']['PATH']. (Which is basically what msvc/msvs do) |