Lines Matching full:join
220 output_dest.write('\n'.join(['', '=' * 40, header, '-' * 40, '']))
300 opts.log_dir = os.path.join(opts.ltp_dir, 'output')
310 fd = open(os.path.join(ltpdir, 'scenario_groups/default'), 'r')
334 opts.output_file = os.path.join(os.getcwd(), opts.output_file)
358 exec_log = os.path.join(opts.log_dir, '%s-exec.log' % testsuite)
359 output_log = os.path.join(opts.log_dir, ('%s-output.log'
364 runtest_file = os.path.join(opts.ltp_dir, 'runtest', testsuite)
377 os.system(' '.join([os.path.join(opts.ltp_dir, 'runltp'),
465 """ % (' '.join(args), passed_count, failed_count))