Searched refs:scriptName (Results 1 – 3 of 3) sorted by relevance
115 String scriptName = new File(binaryPath).getName(); in runBinary() local120 command.add(String.format("pushd %s; ./%s;", parentDir, scriptName)); in runBinary()124 File stdout = FileUtil.createTempFile(scriptName + LOG_STDOUT_TAG, ".txt"); in runBinary()125 File stderr = FileUtil.createTempFile(scriptName + LOG_STDERR_TAG, ".txt"); in runBinary()
138 String scriptName[] = scriptPathArgs[scriptPathArgs.length - 1].split("\\."); in processTraceFiles() local139 TestDescription testId = new TestDescription(scriptName[0], testDirectory.getName()); in processTraceFiles()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...