summaryrefslogtreecommitdiffstats
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-161-1/+1
|
* Issue 2395: Symlink support hotfix.William Blevins2015-03-241-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-2/+2
|\
* | Issue 2395: Updated tests to be skipped on systems without os.symlink ↵William Blevins2014-08-281-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 Oberbrunner2014-08-231-3/+0
|
* Fixed or skipped tests that fail on Windows.Gary Oberbrunner2014-08-221-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 Blevins2014-07-201-4/+29
|
* Issue 2395: Copy Symlink soft-copy enhancement.William Blevins2014-07-141-0/+149