[rtems-tools commit] Fix the tester wscript.

Chris Johns chrisj at rtems.org
Sun Feb 8 07:40:41 UTC 2015


Module:    rtems-tools
Branch:    master
Commit:    05fe73dfd73902061e89544befea7ab7f2a46182
Changeset: http://git.rtems.org/rtems-tools/commit/?id=05fe73dfd73902061e89544befea7ab7f2a46182

Author:    Chris Johns <chrisj at rtems.org>
Date:      Sun Feb  8 18:40:35 2015 +1100

Fix the tester wscript.

---

 tester/wscript | 4 ++--
 1 file 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))
 




More information about the vc mailing list