summaryrefslogtreecommitdiffstats
path: root/test/symlink.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-09-18 23:02:56 (GMT)
committerSteven Knight <knight@baldmt.com>2004-09-18 23:02:56 (GMT)
commit07ba45e583a9f03e9a7b91212e165d45d1df1978 (patch)
tree96f741d3e308c022c801036190067eab0d115b20 /test/symlink.py
parent0d70cbb58a33aeca99b6e0b4d2f11c93a92dd670 (diff)
downloadSCons-07ba45e583a9f03e9a7b91212e165d45d1df1978.zip
SCons-07ba45e583a9f03e9a7b91212e165d45d1df1978.tar.gz
SCons-07ba45e583a9f03e9a7b91212e165d45d1df1978.tar.bz2
Fix --debug=explain when the action is a Python function.
Diffstat (limited to 'test/symlink.py')
-rw-r--r--test/symlink.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/symlink.py b/test/symlink.py
index 62ce75b..889c7a0 100644
--- a/test/symlink.py
+++ b/test/symlink.py
@@ -59,7 +59,7 @@ expect = "scons: *** [%s] Error 1\n" % foo_obj
test.fail_test(string.find(test.stderr(), expect) == -1)
test.write('SConstruct', """
-Command('file.out', 'file.in', Copy())
+Command('file.out', 'file.in', Copy('$TARGET', '$SOURCE'))
""")
test.symlink('nonexistent', 'file.in')