diff options
author | Steven Knight <knight@baldmt.com> | 2005-10-09 04:47:13 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-10-09 04:47:13 (GMT) |
commit | 435130568f78858e4d122c2ff2d1de7eb25feb80 (patch) | |
tree | 8f39aa9594bbeecb09e57a6b121e7fade567b147 /etc/TestSCons.py | |
parent | 5ab67031831fd47ce778e0270fa460453ff9fd4f (diff) | |
download | SCons-435130568f78858e4d122c2ff2d1de7eb25feb80.zip SCons-435130568f78858e4d122c2ff2d1de7eb25feb80.tar.gz SCons-435130568f78858e4d122c2ff2d1de7eb25feb80.tar.bz2 |
Get rid of the last tabs in the source files and have the TestSCons infrastructure use the python -tt option when executing SCons to make sure they do not recur.
Diffstat (limited to 'etc/TestSCons.py')
-rw-r--r-- | etc/TestSCons.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/TestSCons.py b/etc/TestSCons.py index b49afad..5dce768 100644 --- a/etc/TestSCons.py +++ b/etc/TestSCons.py @@ -131,7 +131,7 @@ class TestSCons(TestCommon): else: kw['program'] = 'scons.py' if not kw.has_key('interpreter') and not os.environ.get('SCONS_EXEC'): - kw['interpreter'] = python + kw['interpreter'] = [python, '-tt'] if not kw.has_key('match'): kw['match'] = match_exact if not kw.has_key('workdir'): |