Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test for 1.8. Modularize java tests and move files to a fixture. Change ↵ | William Deegan | 2018-09-30 | 1 | -0/+2 |
| | | | | 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 | 13 | -0/+214 |
a space in it), to appending the path to javac to env['ENV']['PATH']. (Which is basically what msvc/msvs do) |