script typo fix; bug #551.
--- 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."