diff options
author | Greg Noel <GregNoel@tigris.org> | 2010-04-21 15:13:26 (GMT) |
---|---|---|
committer | Greg Noel <GregNoel@tigris.org> | 2010-04-21 15:13:26 (GMT) |
commit | 57f9a905465a6022db0f0033c956afaecadc5d70 (patch) | |
tree | ed317ae6759a0bb9ba2e8a20a93a5f2b6981c876 /QMTest/TestCommon.py | |
parent | fcd10ca3c39538542594aec5f894fc00fa58bdb1 (diff) | |
download | SCons-57f9a905465a6022db0f0033c956afaecadc5d70.zip SCons-57f9a905465a6022db0f0033c956afaecadc5d70.tar.gz SCons-57f9a905465a6022db0f0033c956afaecadc5d70.tar.bz2 |
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Pass the python executable from the -P option to runtest to TestCmd.py. Create the escaped executable name in TestCmd.py as well. Pass those two values into
derived test modules. Fix cascade problems in test scripts due to incorrect
assumptions about the name of the executable.
Diffstat (limited to 'QMTest/TestCommon.py')
-rw-r--r-- | QMTest/TestCommon.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/QMTest/TestCommon.py b/QMTest/TestCommon.py index 6b452f7..0bc2429 100644 --- a/QMTest/TestCommon.py +++ b/QMTest/TestCommon.py @@ -60,7 +60,8 @@ provided by the TestCommon class: The TestCommon module also provides the following variables - TestCommon.python_executable + TestCommon.python + TestCommon._python_ TestCommon.exe_suffix TestCommon.obj_suffix TestCommon.shobj_prefix |