Print human readable card name.
This commit is contained in:
parent
8aae0a357e
commit
191c6221b4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ fn main() -> Result<()> {
|
||||||
let cards = config.get_cards();
|
let cards = config.get_cards();
|
||||||
|
|
||||||
for mut card in cards {
|
for mut card in cards {
|
||||||
println!("** Run tests on card {:?} **", card);
|
println!("** Run tests on card '{}' **", card.get_name());
|
||||||
|
|
||||||
// println!("Get pubkey");
|
// println!("Get pubkey");
|
||||||
// let _ = run_test(&mut card, test_get_pub, &[])?;
|
// let _ = run_test(&mut card, test_get_pub, &[])?;
|
||||||
|
|
Loading…
Reference in a new issue