Skip to content

Commit b132632

Browse files
committed
quicktest: print a warning if no SR matching the filter is found
Signed-off-by: Edwin Török <edwin.torok@citrix.com>
1 parent 5e8f350 commit b132632

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
@@ -363,6 +363,7 @@ module SR = struct
363363

364364
let f srs tcs =
365365
let srs = list_srs srs in
366+
if srs = [] then Printf.eprintf "No SRs found that match condition\n" ;
366367
for_each (fun test_case -> List.map (specialise test_case) srs) tcs
367368
end
368369

0 commit comments

Comments
 (0)