summaryrefslogtreecommitdiff
path: root/tests/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run.py')
-rw-r--r--tests/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.py b/tests/run.py
index ae9d46258..aa13ac437 100644
--- a/tests/run.py
+++ b/tests/run.py
@@ -43,7 +43,7 @@ def binpath(app, file=None):
return os.path.join(test_progs, app, 'bin', isa, opsys, file)
# build configuration
-execfile(os.path.join(tests_root, config + '.py'))
+execfile(os.path.join(tests_root, 'configs', config + '.py'))
# set default maxtick... script can override
# -1 means run forever