Searched refs:scriptName (Results 1 – 2 of 2) sorted by relevance
116 String scriptName = new File(binaryPath).getName(); in runBinary() local121 command.add(String.format("pushd %s; ./%s;", parentDir, scriptName)); in runBinary()125 File stdout = FileUtil.createTempFile(scriptName + LOG_STDOUT_TAG, ".txt"); in runBinary()126 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()