Lines Matching refs:join
84 testWorkDir = os.path.join(config.buildPath, "modules", "internal")
85 junitToolPath = os.path.join(config.buildPath, 'executor', config.junitTool)
99 os.path.join(config.buildPath, 'executor', config.executor),
101 '--start-server=%s' % os.path.join(config.buildPath, 'execserver', config.execserver),
105 '--caselistdir=%s' % os.path.join(testWorkDir),
115 SRC_PATH = os.path.normpath(os.path.join(os.path.dirname(__file__), ".."))
116 BASE_BUILD_PATH = os.path.normpath(os.path.join(SRC_PATH, "..", "de-internal-tests"))
122 os.path.join(BASE_BUILD_PATH, "win32-vs10-debug"),
133 os.path.join(BASE_BUILD_PATH, "win32-vs10-release"),
144 os.path.join(BASE_BUILD_PATH, "win64-vs10-debug"),
155 os.path.join(BASE_BUILD_PATH, "win64-vs10-release"),
168 os.path.join(BASE_BUILD_PATH, "linux32-gcc-debug"),
176 os.path.join(BASE_BUILD_PATH, "linux32-gcc-release"),
184 os.path.join(BASE_BUILD_PATH, "linux64-gcc-debug"),
192 os.path.join(BASE_BUILD_PATH, "linux64-gcc-release"),
202 os.path.join(BASE_BUILD_PATH, "linux32-clang-debug"),
210 os.path.join(BASE_BUILD_PATH, "linux32-clang-release"),
218 os.path.join(BASE_BUILD_PATH, "linux64-clang-debug"),
226 os.path.join(BASE_BUILD_PATH, "linux64-clang-release"),