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:
Steve Reinhardt 2006-08-17 04:04:28 -04:00
parent 2118b2faff
commit 4a071f3cb0

View file

@ -498,7 +498,7 @@ for build_path in build_paths:
# Set up the regression tests for each build.
for e in envList:
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)
Help(help_text)