Skip to content

Commit

Permalink
tests: Display SWTPM_CERT that's being used during test
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
  • Loading branch information
stefanberger committed Jan 27, 2020
1 parent f9b6d3b commit 15fb3d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -192,5 +192,8 @@ check-display:
@if test -n "$$SWTPM_IOCTL"; then \
echo "*** Using SWTPM_IOCTL=$$SWTPM_IOCTL"; \
fi
@if test -n "$$SWTPM_CERT"; then \
echo "*** Using SWTPM_CERT=$$SWTPM_CERT"; \
fi

check: check-am check-display

0 comments on commit 15fb3d5

Please sign in to comment.