script typo fix; bug #551.

This commit is contained in:
Gustavo J. A. M. Carneiro
2009-04-16 22:20:37 +01:00
parent 7ddd83ed2c
commit 735164d2cd

View File

@@ -516,7 +516,7 @@ def check(bld):
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."