Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
JuergenReppSIT committed Jan 12, 2024
1 parent c2a858b commit 0620a1f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,8 @@ clean-hook:
prepare-check:
if INIT_CA
$(top_srcdir)/script/ekca/init_ca.sh $(top_builddir)
@echo "Build CI in:" 1>&2
@echo $(top_builddir) 1>&2
endif

check: prepare-check
Expand Down
5 changes: 5 additions & 0 deletions test/integration/main-fapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1262,6 +1262,11 @@ init_ek_certificates(TSS2_SYS_CONTEXT *sys_ctx)
goto error_cleanup;
}

system("pwd 1>&2");
system("ls -l ca/ 1>&2");
system("ls -l ca/intermed_key-ca/ 1>&2");
system("ls -l ../ 1>&2");

rc = load_intermed_cert_and_key("ca/intermed-ca/private/intermed-ca.key.pem",
&intermed_key,
"ca/intermed-ca/intermed-ca.cert.pem",
Expand Down

0 comments on commit 0620a1f

Please sign in to comment.