no message
This commit is contained in:
@@ -357,7 +357,9 @@ public class Global {
|
||||
};
|
||||
Log.ClearLog();
|
||||
SapforTestingPlanner planner = new SapforTestingPlanner();
|
||||
//planner.Start();
|
||||
planner.Start();
|
||||
System.out.println("Press any key to exit...");
|
||||
System.in.read();
|
||||
}
|
||||
//---
|
||||
public static void Init(String... args) {
|
||||
|
||||
@@ -145,7 +145,9 @@ public class SapforTest {
|
||||
// taskResult.sapfortaskspackage_2023_id = Integer.parseInt(packageWorkspace.getName());
|
||||
// taskResult.versions.add(new SapforVersion_json(parentTask.getAbsolutePath(), "исходная"));
|
||||
//--
|
||||
System.out.println(root.getName() + " " + Utils.Brackets(flags));
|
||||
for (PassCode_2021 code : codes) {
|
||||
System.out.println(code);
|
||||
if (parse()) {
|
||||
if (code.equals(PassCode_2021.CreateParallelVariants))
|
||||
variants();
|
||||
|
||||
Reference in New Issue
Block a user