Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemekWirkus committed Jul 5, 2016
1 parent 9cdd5db commit 24b017c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mbed_greentea/mbed_test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def get_binary_host_tests_dir(binary_path, level=2):
if enum_host_tests_path:
gt_logger.gt_log_tab("found 'host_tests' directory in: '%s'"% enum_host_tests_path)
else:
gt_logger.gt_log_tab("'host_tests' directory not found (to directory levels above image path checked")
gt_logger.gt_log_tab("'host_tests' directory not found: two directory levels above image path checked")

if verbose:
gt_logger.gt_log("selecting test case observer...")
Expand Down Expand Up @@ -457,7 +457,7 @@ def get_testcase_result(output):
else:
result_test_cases[testcase_id]['duration'] = 0.0

### Adding missing test cases which were defined with __testcase_name
### Adding missing test cases which were defined with __testcase_name
# Get test case names reported by utest + test case names
# This data will be used to process all tests which were not executed
# do their status can be set to SKIPPED (e.g. in JUnit)
Expand Down

0 comments on commit 24b017c

Please sign in to comment.