diff options
author | Greg Noel <GregNoel@tigris.org> | 2009-04-18 16:56:22 (GMT) |
---|---|---|
committer | Greg Noel <GregNoel@tigris.org> | 2009-04-18 16:56:22 (GMT) |
commit | 588cf4a4fae059bb156ee086ff01a92b2ee025a9 (patch) | |
tree | df97f69bcf6db6082047925e185d179fa442af55 /QMTest/TestCmd.py | |
parent | 935a23efa2fe53e9dcbf7df8e99f8ee424834f96 (diff) | |
download | SCons-588cf4a4fae059bb156ee086ff01a92b2ee025a9.zip SCons-588cf4a4fae059bb156ee086ff01a92b2ee025a9.tar.gz SCons-588cf4a4fae059bb156ee086ff01a92b2ee025a9.tar.bz2 |
Modify the SWIG tests so that OS X is treated like a UNIX platform (which it
really is). OS X now not only runs all the SWIG tests (it used to skip many
of them because it could not find the appropriate files), it now passes all
the tests.
Diffstat (limited to 'QMTest/TestCmd.py')
-rw-r--r-- | QMTest/TestCmd.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/QMTest/TestCmd.py b/QMTest/TestCmd.py index a693f6a..cff50c7 100644 --- a/QMTest/TestCmd.py +++ b/QMTest/TestCmd.py @@ -456,11 +456,8 @@ def diff_re(a, b, fromfile='', tofile='', return result if os.name == 'java': - python_executable = os.path.join(sys.prefix, 'jython') - else: - python_executable = sys.executable if sys.platform == 'win32': |