File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -399,7 +399,8 @@ does_image_exist() {
399399exit_if_commit_not_found () {
400400 local -r commit=" ${1} "
401401 if ! does_commit_exist " ${commit} " ; then
402- echo " Commit '${commit} ' not found in ostree repo - skipping test"
402+ echo " Commit '${commit} ' not found in ostree repo - VM can't be created"
403+ record_junit " ${vm_name} " " build_vm_commit_not_found" " SKIPPED"
403404 exit 0
404405 fi
405406}
@@ -408,7 +409,8 @@ exit_if_commit_not_found() {
408409exit_if_image_not_found () {
409410 local -r image=" ${1} "
410411 if ! does_image_exist " ${image} " ; then
411- echo " Image '${image} ' not found in mirror registry - skipping test"
412+ echo " Image '${image} ' not found in mirror registry - VM can't be created"
413+ record_junit " ${vm_name} " " build_vm_image_not_found" " SKIPPED"
412414 exit 0
413415 fi
414416}
You can’t perform that action at this time.
0 commit comments