summaryrefslogtreecommitdiffstats
path: root/ci/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'ci/run_tests.py')
-rwxr-xr-xci/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run_tests.py b/ci/run_tests.py
index ca7ff2b5a..f172eecc6 100755
--- a/ci/run_tests.py
+++ b/ci/run_tests.py
@@ -194,7 +194,7 @@ def main():
run_tier(_tiers.get_tier(args.test))
elif _tiers.get_test(args.test):
- run_test(_tiers.get_test(args.test))
+ run_test(_tiers.get_test(args.test), _tiers.get_tier(args.test))
elif args.test == "all":
run_all(_tiers)