From 1edb42fee9a2dfbbd8f61d73ca3e6207f853e9f7 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Mon, 20 Apr 2009 19:08:41 +0100 Subject: [PATCH] Fix a build script bug --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 163ee4fbd..d5d8e4aca 100644 --- a/wscript +++ b/wscript @@ -515,7 +515,7 @@ def check(bld): out.close() print "-- Running NS-3 C++ core unit tests..." - wutils.run_program('run-tests', wutils.get_command_template(env)) + wutils.run_program('run-tests', env, wutils.get_command_template(env)) if env['ENABLE_PYTHON_BINDINGS']: print "-- Running NS-3 Python bindings unit tests..."