Lines Matching full:join
71 from os.path import join, dirname, abspath, basename, isdir, exists
135 output = "\n".join(output)
150 print("Path: %s" % "/".join(test.path))
167 thread.join(timeout=1000000)
252 return " ".join(parts)
325 root_path = abspath(join(dirname(__file__), '../')) + os.sep
361 prefix = abspath(join(dirname(__file__), '../test')) + os.sep
397 self.traceback = '\n'.join(output.diagnostic)
426 prefix = abspath(join(dirname(__file__), '../test')) + os.sep
694 if context.verbose: print("#", " ".join(args))
826 status_file = join(self.root, '%s.status' % self.section)
1351 help="The style of progress indicator (%s)" % ", ".join(PROGRESS_INDICATORS.keys()),
1520 return isdir(path) and exists(join(path, 'testcfg.py'))
1521 return [ f for f in os.listdir(test_root) if IsSuite(join(test_root, f)) ]
1608 workspace = abspath(join(dirname(sys.argv[0]), '..'))
1609 test_root = join(workspace, 'test')
1613 repositories = [TestRepository(join(test_root, name)) for name in suites]
1622 run_valgrind = join(workspace, "tools", "run-valgrind.py")
1634 run_worker = join(workspace, "tools", "run-worker.js")
1719 print("Rule for '%s' was not used." % '/'.join([str(s) for s in rule.path]))