summaryrefslogtreecommitdiff
path: root/tester/rt/test.py
diff options
context:
space:
mode:
authorBen Gras <ben@minix3.org>2014-07-23 18:20:19 +0200
committerChris Johns <chrisj@rtems.org>2014-11-02 08:55:51 +1100
commite4014f05e86b702dfd32b0b891a345f59f32c322 (patch)
tree29d38aefc0361615d5cb2515e448fab208a201cb /tester/rt/test.py
parent2015c854c54ac13d3712ddb58e946659dcc617dc (diff)
typo
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)