Skip to content

Commit 5e8f350

Browse files
committed
quicktest: print a warning if the template is not found
Signed-off-by: Edwin Török <edwin.torok@citrix.com>
1 parent 3ed8628 commit 5e8f350

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ocaml/quicktest/qt_filter.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ let vm_template template_name =
373373
with_xapi_query @@ fun () ->
374374
match Qt.VM.Template.find !A.rpc !session_id template_name with
375375
| None ->
376+
Printf.eprintf "Template not found: %S\n" template_name ;
376377
[]
377378
| Some vm_template ->
378379
[(name, speed, test vm_template)]

0 commit comments

Comments
 (0)