26 """! This function drives command line tool 'mbedhtrun' which is using DefaultTestSelector
27 @details 1. Create DefaultTestSelector object and pass command line parameters
28 2. Call default test execution function run() to start test instrumentation
34 result = test_selector.execute()
35 except (KeyboardInterrupt, SystemExit):
36 test_selector.finish()
40 test_selector.finish()