Skip to content

Commit

Permalink
Add missing implementation for switch -O (only build)
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemekWirkus committed Nov 5, 2015
1 parent a163125 commit b559c1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mbed_greentea/mbed_greentea_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,9 @@ def main_cli(opts, args, gt_instance_uuid=None):
gt_log_err("yotta returned %d"% yotta_ret)
return (RET_YOTTA_BUILD_FAIL)

if opts.only_build_tests:
continue

# Build phase will be followed by test execution for each target
if yotta_result and not opts.only_build_tests:
binary_type = mut_info_map[platform_name]['properties']['binary_type']
Expand Down

0 comments on commit b559c1e

Please sign in to comment.