Bugzilla – Bug 1707
test.py doesn't work with the release profile
Last modified: 2013-06-19 14:21:03 UTC
test.py says: test_runner_name = "%s%s-%s-%s" % (APPNAME, VERSION, "test-runner", BUILD_PROFILE) and example_name = "%s%s-%s-%s" % (APPNAME, VERSION, example_name, BUILD_PROFILE) But the main wscript says: if Options.options.build_profile == "release": env['BUILD_SUFFIX'] = '' else: env['BUILD_SUFFIX'] = '-'+Options.options.build_profile
Bug closed. ns-3-dev changeset: aff1dc7687f1