Searched refs:run_command (Results 1 – 1 of 1) sorted by relevance
94 def run_command(command, error_msg=None, die=True): function149 run_command(f'cp -a {mbed_path}. .')150 run_command('mbed deploy')151 …run_command(f'rm -rf mbed-os/TESTS' + ' mbed-os/UNITTESTS' + ' mbed-os/docker_images' + ' mbed-os/…168 …result = run_command("mbed {} -v -m ".format(mbed_command) + target_model + ' -t ' + compiler + te…350 run_command("rm -f {}".format(download_dir))387 run_command("tar xzf " + downloaded_file + " -C " + unity_dir + " --strip-components=1")452 …run_command('ruby ' + UNITY_PATH + 'auto/generate_test_runner.rb ' + test_code + ' ' + test_runner)