aboutsummaryrefslogtreecommitdiffstats
path: root/testing/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/command.py')
-rw-r--r--testing/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/command.py b/testing/command.py
index 5d37f63e6..9f91cdbfb 100644
--- a/testing/command.py
+++ b/testing/command.py
@@ -225,5 +225,5 @@ def main():
# We simply check if any tests were found.
if len(result) == 0:
path = builds.selected.build_dir
- project = os.path.join(path, args.project)
+ project = os.path.join(path, project)
raise ValueError("there are no tests in %s" % project)