merge
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Fri, 17 Apr 2009 15:11:38 +0100
changeset 4355 1f04a2c4fddb
parent 4354 ded7c46b986b (diff)
parent 4353 596eb8034443 (current diff)
child 4356 08cfbddc55f9
merge
--- a/wscript	Fri Apr 17 15:22:41 2009 +0200
+++ b/wscript	Fri Apr 17 15:11:38 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."