Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | py2/3 disable symlink testing on py3. not supported by scons at this time | William Deegan | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | Issue 2395: Symlink support hotfix. | William Blevins | 2015-03-24 | 1 | -6/+45 |
| | | | | | Symlink contents now copied correctly with relative path when ( cwd != symlink directory ). | ||||
* | Merged in williamblevins/scons4 (pull request #180, issue 2935) | Gary Oberbrunner | 2014-08-31 | 1 | -2/+2 |
|\ | |||||
* | | Issue 2395: Updated tests to be skipped on systems without os.symlink ↵ | William Blevins | 2014-08-28 | 1 | -7/+7 |
|/ | | | | | | functionality. Apparently, the SConsTest.symlink behavior doesn't give any success/fail feedback. | ||||
* | Don't skip Copy-Symlinks test on Windows; it should be made to work instead. | Gary Oberbrunner | 2014-08-23 | 1 | -3/+0 |
| | |||||
* | Fixed or skipped tests that fail on Windows. | Gary Oberbrunner | 2014-08-22 | 1 | -0/+3 |
| | | | | | Mostly just per-test changes, but also made match_re strip out CR (\r) chars at end of lines to make Windows match properly. | ||||
* | Issue 2395: Added tests from copying broken symlinks. | William Blevins | 2014-07-20 | 1 | -4/+29 |
| | |||||
* | Issue 2395: Copy Symlink soft-copy enhancement. | William Blevins | 2014-07-14 | 1 | -0/+149 |