Now _really_ fix #551

This commit is contained in:
Gustavo J. A. M. Carneiro
2009-04-17 15:11:07 +01:00
parent a84c274612
commit 27cafe1db2

View File

@@ -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."