summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index fd912fc03..da120c985 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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)