wscript
changeset 4354 ded7c46b986b
parent 4348 0572c4011b3d
child 4367 63c04791fae2
--- a/wscript	Fri Apr 17 12:44:34 2009 +0100
+++ b/wscript	Fri Apr 17 15:11:07 2009 +0100
@@ -518,7 +518,7 @@
 
     if env['ENABLE_PYTHON_BINDINGS']:
         print "-- Running NS-3 Python bindings unit tests..."
-        wutils.run_argv([env['PYTHON'], env, os.path.join("utils", "python-unit-tests.py")], proc_env)
+        wutils.run_argv([env['PYTHON'], os.path.join("utils", "python-unit-tests.py")], env, proc_env)
     else:
         print "-- Skipping NS-3 Python bindings unit tests: Python bindings not enabled."