summaryrefslogtreecommitdiffstats
path: root/test/actions.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-10-24 03:57:51 (GMT)
committerSteven Knight <knight@baldmt.com>2004-10-24 03:57:51 (GMT)
commit7739efc3870f2814ee4b2ea6f8751ccc7407e069 (patch)
tree23128dee9f60768a6b230b965281b3b1fb91b700 /test/actions.py
parent35a89330d1df50811fc6912df0047148b1d98450 (diff)
downloadSCons-7739efc3870f2814ee4b2ea6f8751ccc7407e069.zip
SCons-7739efc3870f2814ee4b2ea6f8751ccc7407e069.tar.gz
SCons-7739efc3870f2814ee4b2ea6f8751ccc7407e069.tar.bz2
Refactor Action/Executor interaction. (Kevin Quick)
Diffstat (limited to 'test/actions.py')
-rw-r--r--test/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/actions.py b/test/actions.py
index 8a64a24..c805a05 100644
--- a/test/actions.py
+++ b/test/actions.py
@@ -124,7 +124,7 @@ print env.subst('$L')
test.run(arguments = '-Q .', stdout = """\
foo
-func(env, target, source)
+func(target, source, env)
arg1
arg2
scons: `.' is up to date.