Skip to content

Commit

Permalink
ncm-freeipa: add debug to investigate rpm.version replace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stdweird committed Jul 28, 2023
1 parent 06fb4a2 commit edad484
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ncm-freeipa/src/test/perl/aii-basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ $mockk->mock('get_context', sub {$krb5 = shift; return 1;});

my $cfg = get_config_for_profile('aii-basic');

diag explain $cfg->getTree();
diag `grep -rI '' target/*`;

my $aii = NCM::Component::freeipa->new("freeipa");
isa_ok ($aii, "NCM::Component::freeipa",
"NCM::Component::freeipa correctly instantiated");
Expand Down

0 comments on commit edad484

Please sign in to comment.