SConstruct:
rename build/*/test dir to build/*/tests for consistency SConstruct: rename build/*/test dir to build/*/tests for consistency --HG-- extra : convert_revision : 6af3cf6b2d6582b2c4d2bc9211e44767e0fa494f
This commit is contained in:
parent
2118b2faff
commit
4a071f3cb0
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ for build_path in build_paths:
|
||||||
# Set up the regression tests for each build.
|
# Set up the regression tests for each build.
|
||||||
for e in envList:
|
for e in envList:
|
||||||
SConscript('tests/SConscript',
|
SConscript('tests/SConscript',
|
||||||
build_dir = os.path.join(build_path, 'test', e.Label),
|
build_dir = os.path.join(build_path, 'tests', e.Label),
|
||||||
exports = { 'env' : e }, duplicate = False)
|
exports = { 'env' : e }, duplicate = False)
|
||||||
|
|
||||||
Help(help_text)
|
Help(help_text)
|
||||||
|
|
Loading…
Reference in a new issue