script typo fix; bug #551.
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Thu, 16 Apr 2009 22:20:37 +0100
changeset 4333 89302376729e
parent 4332 a1c7bc503a0c
child 4335 33cf509840d3
script typo fix; bug #551.
wscript
--- a/wscript	Thu Apr 16 16:47:02 2009 +0100
+++ b/wscript	Thu Apr 16 22:20:37 2009 +0100
@@ -516,7 +516,7 @@
 
     if env['ENABLE_PYTHON_BINDINGS']:
         print "-- Running NS-3 Python bindings unit tests..."
-        wutils.run_argv([env['PYTHON'], self.env, os.path.join("utils", "python-unit-tests.py")], proc_env)
+        wutils.run_argv([env['PYTHON'], env, os.path.join("utils", "python-unit-tests.py")], proc_env)
     else:
         print "-- Skipping NS-3 Python bindings unit tests: Python bindings not enabled."