From 27cafe1db267865bb7cd948c14a8bdac706833d5 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Fri, 17 Apr 2009 15:11:07 +0100 Subject: [PATCH] Now _really_ fix #551 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 219e70e3d..f47c67b67 100644 --- a/wscript +++ b/wscript @@ -518,7 +518,7 @@ def check(bld): 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."