Skip to content

Commit

Permalink
tests: Don't pass --allow-signing to swtpm_setup
Browse files Browse the repository at this point in the history
Similarly to commit 01c0eda.

Signed-off-by: Daiki Ueno <[email protected]>
  • Loading branch information
ueno authored and lkatalin committed Jul 7, 2021
1 parent ee877bd commit 63f7984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo "-------- Setting up Virtual TPM"
mkdir /tmp/tpmdir
swtpm_setup --tpm2 \
--tpmstate /tmp/tpmdir \
--createek --allow-signing --decryption --create-ek-cert \
--createek --decryption --create-ek-cert \
--create-platform-cert \
--display
swtpm socket --tpm2 \
Expand Down

0 comments on commit 63f7984

Please sign in to comment.