summaryrefslogtreecommitdiffstats
path: root/test/site_scons/site_init.py
Commit message (Collapse)AuthorAgeFilesLines
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-1/+1
| | | | | | | On a linux host (missing some things that may be on the Travis CI setup), Py3.8a3 now shows 19 fails, 1048 pass, with 84 Warning: messages. Signed-off-by: Mats Wichmann <mats@linux.com>
* Resolving a batch of failing tests for python 2.7.William Blevins2016-01-241-4/+4
| | | | Note: please evaluate python 3.X compliance.
* test: site_scons/site_init: list() globals keys for looping to allow changes.Stefan Zimmermann2014-04-011-1/+1
|
* Set module metadata for site_scons/site_init.py files. From Arve Knudsen; ↵Gary Oberbrunner2010-07-041-4/+50
| | | | closes issue 2520.
* Fix site_scons/site_init.py test failure on Windows by using 'type' instead ↵Gary Oberbrunner2009-05-121-3/+9
| | | | of 'cat' if win32.
* fix for bug #2393. Instead of just 'import'ingGary Oberbrunner2009-04-291-0/+89
site_scons/site_init.py, I now load that file directly into the SCons.Script namespace using exec ... in. This allows site_init.py to define tools in the way users expect.