выделение эталона если он есть

This commit is contained in:
2024-11-14 22:31:01 +03:00
parent cd0bae2620
commit 901eb0f623
4 changed files with 15 additions and 8 deletions

View File

@@ -276,6 +276,8 @@ public class SapforTestingPlanner extends TestingPlanner<SapforPackage> {
"Версия: " + version_s + "\n" + "Статус: " + status,
new Vector<>()
);
message.addAttachement(out);
message.addAttachement(err);
//-
ServerCommand(ServerCode.Email, "", message);
}