Add a way to print ranks in uitest

This commit is contained in:
Ayaz Hafiz 2023-04-20 17:29:54 -05:00
parent 190990155e
commit 7beee4e1f3
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
3 changed files with 9 additions and 0 deletions

View file

@ -256,6 +256,7 @@ impl<'a> TestCase<'a> {
match opt.trim() {
"allow_errors" => infer_opts.allow_errors = true,
"print_only_under_alias" => infer_opts.print_only_under_alias = true,
"print_ranks" => infer_opts.print_ranks = true,
other => return Err(format!("unknown infer option: {other:?}").into()),
}
}