summaryrefslogtreecommitdiff
path: root/test/Actions
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-10-09 04:47:13 +0000
committerSteven Knight <knight@baldmt.com>2005-10-09 04:47:13 +0000
commit435130568f78858e4d122c2ff2d1de7eb25feb80 (patch)
tree8f39aa9594bbeecb09e57a6b121e7fade567b147 /test/Actions
parent5ab67031831fd47ce778e0270fa460453ff9fd4f (diff)
downloadscons-435130568f78858e4d122c2ff2d1de7eb25feb80.tar.gz
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 'test/Actions')
-rw-r--r--test/Actions/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Actions/actions.py b/test/Actions/actions.py
index c805a050..7ae951a3 100644
--- a/test/Actions/actions.py
+++ b/test/Actions/actions.py
@@ -94,7 +94,7 @@ class bld:
self.cmd = r'%s build.py %%s 4 %%s'
def __call__(self, env, target, source):
cmd = self.get_contents(env, target, source)
- print cmd
+ print cmd
return os.system(cmd)
def get_contents(self, env, target, source):
return self.cmd %% (string.join(map(str, target)),