Bug 1707

Summary: test.py doesn't work with the release profile
Product: ns-3 Reporter: Cristian Morales Vega <reddwarf>
Component: test frameworkAssignee: Mitch Watrous <watrous>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: ns-3.17   
Hardware: All   
OS: All   

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