Fixing rolling failure
This commit is contained in:
Родитель
d9cc7462c3
Коммит
895fcb4e64
|
@ -80,4 +80,5 @@ local.properties
|
|||
_build
|
||||
_package
|
||||
tests/Tools/target
|
||||
src/Tools/target/
|
||||
src/Tools/target/
|
||||
/_temp
|
||||
|
|
|
@ -196,8 +196,7 @@ public class VMWareImpl implements IVMWare {
|
|||
if (snapshotMor == null) {
|
||||
System.out.printf("##vso[task.logissue type=error;code=USERINPUT_SnapshotNotFound;TaskId=%s;]\n",
|
||||
Constants.taskId);
|
||||
System.err.println(snapshotNotFoundErr);
|
||||
throw new Exception();
|
||||
throw new Exception(snapshotNotFoundErr);
|
||||
}
|
||||
} else {
|
||||
System.out.printf("##vso[task.logissue type=error;code=USERINPUT_SnapshotNotFound;TaskId=%s;]\n",
|
||||
|
|
Загрузка…
Ссылка в новой задаче