summaryrefslogtreecommitdiff
path: root/test/Copy-Symlinks.py
Commit message (Collapse)AuthorAgeFilesLines
* py2/3 disable symlink testing on py3. not supported by scons at this timeWilliam Deegan2017-05-151-1/+1
|
* Issue 2395: Symlink support hotfix.William Blevins2015-03-231-6/+45
| | | | | Symlink contents now copied correctly with relative path when ( cwd != symlink directory ).
* Merged in williamblevins/scons4 (pull request #180, issue 2935)Gary Oberbrunner2014-08-311-7/+7
|\
| * Issue 2395: Updated tests to be skipped on systems without os.symlink ↵William Blevins2014-08-271-7/+7
|/ | | | | | functionality. Apparently, the SConsTest.symlink behavior doesn't give any success/fail feedback.
* Issue 2395: Added tests from copying broken symlinks.William Blevins2014-07-201-4/+29
|
* Issue 2395: Copy Symlink soft-copy enhancement.William Blevins2014-07-131-0/+149