summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xruntest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtest.py b/runtest.py
index 2ee4476..65b2179 100755
--- a/runtest.py
+++ b/runtest.py
@@ -555,7 +555,7 @@ else:
scons_runtest_dir = base
if not external:
- scons_script_dir = sd or os.path.join(base, 'script')
+ scons_script_dir = sd or os.path.join(base, 'scripts')
scons_lib_dir = ld or os.path.join(base, 'src', 'engine')
else:
scons_script_dir = sd or ''