Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure TEMPFILEPREFIX can be set to empty string | Mats Wichmann | 2021-07-15 | 2 | -41/+78 |
| | | | | | | | | | | | | | | Use the same logic as for TEMPFILESUFFIX: if TEMPFILEPREFIX is set in the env, use it (after subst), only if not set use the default. Added a test for TEMPFILEPREFIX=''. Reformatted the tests and made license header changes. TEMPFILESUFFIX.py had no functional change. Fixes #3964 Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Merge branch 'autoflake' of https://github.com/mwichmann/scons into ↵ | William Deegan | 2020-09-21 | 2 | -4/+0 |
| | | | | mwichmann-autoflake | ||||
* | correct copyright statement per mwichmann's feedback | William Deegan | 2020-09-21 | 1 | -0/+2 |
| | |||||
* | Fix unit test, and logic which was slightly off | William Deegan | 2020-09-21 | 1 | -1/+0 |
| | |||||
* | Fix issue a different way than PR 3553 or 3140. Store cmdlist in dict ↵ | William Deegan | 2020-09-21 | 2 | -0/+91 |
| | | | | target.attributes.tempfile_cmdlist[self.cmd] where self.cmd is the string in ${TEMPFILE('MY STRING')} | ||||
* | clean up test so it doesn't load any unnecessary tools | William Deegan | 2020-09-20 | 1 | -1/+3 |
| | |||||
* | move TEMPFILE tests to their own dir, and create fixture dir and put ↵ | William Deegan | 2020-09-20 | 4 | -0/+276 |
TEMPFILE-actionlist's SConsctruct in fixture dir |