no message

This commit is contained in:
2023-10-07 21:02:01 +03:00
parent 4572214c45
commit 49805f1293
6 changed files with 24 additions and 13 deletions

View File

@@ -147,7 +147,10 @@ public class PerformSapforTask extends Pass_2021<SapforTask> {
}
protected void variants() throws Exception {
//папки вариантов создается самим сапфором.
target.state = performSapforScript("create_variants", parentTask, " -t 13 -allVars -tinfo",
target.state = performSapforScript("create_variants", parentTask, " -t 13 -allVars"
+ " -tinfo"
,
Constants.out_file,
Constants.err_file
) ? TaskState.Done : TaskState.DoneWithErrors;