diff options
author | Steven Knight <knight@baldmt.com> | 2004-10-24 03:57:51 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-10-24 03:57:51 (GMT) |
commit | 8c81e0623e2b1d792c84844761373a66dbe497ab (patch) | |
tree | 23128dee9f60768a6b230b965281b3b1fb91b700 /test/actions.py | |
parent | dd5b36342a4bae64f8e49f12ed248b312968a9c1 (diff) | |
download | SCons-8c81e0623e2b1d792c84844761373a66dbe497ab.zip SCons-8c81e0623e2b1d792c84844761373a66dbe497ab.tar.gz SCons-8c81e0623e2b1d792c84844761373a66dbe497ab.tar.bz2 |
Refactor Action/Executor interaction. (Kevin Quick)
Diffstat (limited to 'test/actions.py')
-rw-r--r-- | test/actions.py | 2 |
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. |