|
Bugzilla – Full Text Bug Listing |
| Summary: | test.py doesn't work with the release profile | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Cristian Morales Vega <reddwarf> |
| Component: | test framework | Assignee: | Mitch Watrous <watrous> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | ns-3.17 | ||
| Hardware: | All | ||
| OS: | All | ||
Bug closed. ns-3-dev changeset: aff1dc7687f1 |
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