Bug 1707 - test.py doesn't work with the release profile
test.py doesn't work with the release profile
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: test framework
ns-3.17
All All
: P5 normal
Assigned To: Mitch Watrous
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-06-18 05:52 UTC by Cristian Morales Vega
Modified: 2013-06-19 14:21 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cristian Morales Vega 2013-06-18 05:52:25 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
Comment 1 Mitch Watrous 2013-06-19 14:20:27 UTC
Bug closed.

ns-3-dev changeset: aff1dc7687f1