[rtems-tools commit] typo
Chris Johns
chrisj at rtems.org
Sat Nov 1 22:07:42 UTC 2014
Module: rtems-tools
Branch: master
Commit: e4014f05e86b702dfd32b0b891a345f59f32c322
Changeset: http://git.rtems.org/rtems-tools/commit/?id=e4014f05e86b702dfd32b0b891a345f59f32c322
Author: Ben Gras <ben at minix3.org>
Date: Wed Jul 23 18:20:19 2014 +0200
typo
---
tester/rt/test.py | 2 +-
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)
More information about the vc
mailing list