Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop calling os.system in tests. | Mats Wichmann | 2020-02-07 | 1 | -5/+3 |
| | | | | | | | This converts the remaining tests that called os.system themselves to use subprocess instead. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Use print() function to fix py2/3 | Craig Rodrigues | 2017-03-10 | 1 | -4/+5 |
| | |||||
* | Fixed or skipped tests that fail on Windows. | Gary Oberbrunner | 2014-08-22 | 1 | -0/+2 |
| | | | | | Mostly just per-test changes, but also made match_re strip out CR (\r) chars at end of lines to make Windows match properly. | ||||
* | Add tests for scons.tigris.org issue#1723. | Michael Haubenwallner | 2014-05-15 | 1 | -0/+81 |
Ensure CCVERSION/CXXVERSION detected actually is from CC/CXX used. |