summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-02-08 18:40:35 +1100
committerChris Johns <chrisj@rtems.org>2015-02-08 18:40:35 +1100
commit05fe73dfd73902061e89544befea7ab7f2a46182 (patch)
treebaf4e3328b200483fb3de55f6f11ef34a863d723
parentFixes to the run the waf built tests when installed. (diff)
downloadrtems-tools-05fe73dfd73902061e89544befea7ab7f2a46182.tar.bz2
Fix the tester wscript.
-rw-r--r--tester/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/tester/wscript b/tester/wscript
index ac643f4..1cd693f 100644
--- a/tester/wscript
+++ b/tester/wscript
@@ -38,8 +38,8 @@ def options(opt):
recurse(opt)
opt.load('python')
-def configure(ctx):
- recurse(ctx)
+def configure(conf):
+ recurse(conf)
conf.load('python')
conf.check_python_version((2,7,3))