This commit is contained in:
Subrahmanyam Mandavilli 2015-12-28 10:29:18 +05:30
Родитель d9cc7462c3
Коммит 895fcb4e64
2 изменённых файлов: 3 добавлений и 3 удалений

3
.gitignore поставляемый
Просмотреть файл

@ -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",