Fix a build script bug

This commit is contained in:
Gustavo J. A. M. Carneiro
2009-04-20 19:08:41 +01:00
parent 21914357fb
commit 1edb42fee9

View File

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