v++
сообщение R204
This commit is contained in:
@@ -74,18 +74,4 @@ public class ServerRunSupervisor extends RemoteTaskSupervisor<RunTask> {
|
||||
task.hasDvmSts = pass.user.connection.tryGetSingleFileWithMaxSize(remote_sts, task.getLocalStsFile(), 10240);
|
||||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
//ищем GCOV
|
||||
if (task.getRunConfiguration().needsGCOV()) {
|
||||
pass.ShellCommand("cd " + Utils.DQuotes(getRemoteProject().full_name),
|
||||
"gcov *.gcda -p"
|
||||
);
|
||||
project.CreateGCOVDirs();
|
||||
Vector<RemoteFile> gcov_results = pass.getFilesByExtensions(getRemoteProject(), "gcov");
|
||||
for (RemoteFile gcov_file : gcov_results) {
|
||||
File local_gcov = Paths.get(project.getGCOVDirectory().getAbsolutePath(),
|
||||
gcov_file.name.replace("#", "\\")).toFile();
|
||||
pass.getSingleFile(gcov_file.full_name, local_gcov.getAbsolutePath());
|
||||
}
|
||||
*/
|
||||
}
|
||||
Reference in New Issue
Block a user