Lines Matching defs:join
34 from os.path import join, dirname, abspath, basename, isdir, exists
79 print "Path: %s" % "/".join(test.path)
96 thread.join(timeout=10000000)
148 return " ".join(parts)
471 if context.verbose: print "#", " ".join(args)
741 command_line = (['scons', '-Y', context.workspace, 'mode=' + ",".join(mode)]
1395 return isdir(path) and exists(join(path, 'testcfg.py'))
1396 return [ f for f in os.listdir(test_root) if IsSuite(join(test_root, f)) ]
1425 workspace = abspath(join(dirname(sys.argv[0]), '..'))
1426 suites = GetSuites(join(workspace, 'test'))
1427 repositories = [TestRepository(join(workspace, 'test', name)) for name in suites]
1442 run_valgrind = join(workspace, "tools", "run-valgrind.py")
1524 print "Rule for '%s' was not used." % '/'.join([str(s) for s in rule.path])