changeset 4333 | 89302376729e |
parent 4332 | a1c7bc503a0c |
child 4348 | 0572c4011b3d |
--- 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."