| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Speed up Install tests for windows | William Deegan | 2018-09-26 | 1 | -1/+2 |
| | | |||||
| * | Fix problem with Install and multiple dirs outside src tree. | Gary Oberbrunner | 2018-01-05 | 3 | -0/+8 |
| In some cases it's possible to get a case where the target path already does exist, but the dir node for it hasn't been updated yet. This fix prevents MkdirFunc from trying to create it when it already exists. Added a testcase which failed before the fix and works after it. Also fixes a problem running tests on Windows, using standard python 3 which is installed in "C:/Program Files/Python36". The python path name has to be escaped in that case. See runtest.py. | |||||
