Skip to content

Commit

Permalink
Fixed missing argument in call to run_host_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad Azim Khan committed Mar 3, 2016
1 parent 885e003 commit ace343e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mbed_greentea/mbed_greentea_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ def run_test_thread(test_result_queue, test_queue, opts, mut, mut_info, yotta_ta
host_test_result = run_host_test(test['image_path'],
disk,
port,
yotta_target_name,
micro=micro,
copy_method=copy_method,
program_cycle_s=program_cycle_s,
Expand Down

0 comments on commit ace343e

Please sign in to comment.