From 735164d2cdeb0370f256c98917f9e8d82c00baec Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Thu, 16 Apr 2009 22:20:37 +0100 Subject: [PATCH] script typo fix; bug #551. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 17b4b38e7..14dc94815 100644 --- a/wscript +++ b/wscript @@ -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."