summaryrefslogtreecommitdiff
path: root/test/Actions
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2015-02-27 00:44:19 +0100
committerDirk Baechle <dl9obn@darc.de>2015-02-27 00:44:19 +0100
commitb2230ada31c8a64f44cf2afb15d80374307fc13a (patch)
treee4e8f3ef044c39a930235a39bb7301d35b0300ff /test/Actions
parent4ce07298d57859d28bbef0cf5f07c10725bb51e5 (diff)
downloadscons-b2230ada31c8a64f44cf2afb15d80374307fc13a.tar.gz
- switching Node class and NodeInfo/Binfo to using slots
- memoizer subsystem now uses decorators instead of the metaclass approach
Diffstat (limited to 'test/Actions')
-rw-r--r--test/Actions/addpost-link.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Actions/addpost-link.py b/test/Actions/addpost-link.py
index a1480510..04cd68db 100644
--- a/test/Actions/addpost-link.py
+++ b/test/Actions/addpost-link.py
@@ -54,7 +54,7 @@ myprog = env.Program('test1.c',
OBJSUFFIX = '.obj',
PROGSUFFIX = '.exe')
if ARGUMENTS['case']=='2':
- AddPostAction(myprog, Action(r'%(_python_)s strip.py ' + myprog[0].abspath))
+ AddPostAction(myprog, Action(r'%(_python_)s strip.py ' + myprog[0].get_abspath()))
""" % locals())
test.write('test1.c', """\