summaryrefslogtreecommitdiffstats
path: root/tester/rt/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tester/rt/test.py')
-rw-r--r--tester/rt/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/rt/test.py b/tester/rt/test.py
index b0981b4..b1ae0cd 100644
--- a/tester/rt/test.py
+++ b/tester/rt/test.py
@@ -245,7 +245,7 @@ def run(command_path = None):
report_mode = 'failures'
executables = find_executables(opts.params(), exe_filter)
if len(executables) == 0:
- raise error.general('no executbles supplied')
+ raise error.general('no executables supplied')
start_time = datetime.datetime.now()
total = len(executables)
reports = report.report(total)