Improved unit tests coverage

This commit is contained in:
Sun Knudsen 2021-04-19 13:43:55 -04:00
parent b5ca6cc946
commit d02d4b2378
No known key found for this signature in database
GPG key ID: 1FA767862BBD1305
11 changed files with 107 additions and 15 deletions

View file

@ -6,6 +6,8 @@ set -o pipefail
bold=$(tput bold)
normal=$(tput sgr0)
mkdir -p /tmp/pi
printf "$bold%s$normal\n" "Please type root password and press enter"
read -rs password
@ -22,3 +24,4 @@ expect ./tests/clone.exp
expect ./tests/convert-default-to-shamir-2-of-3.exp
expect ./tests/convert-shamir-2-of-3-to-default.exp
expect ./tests/duplicate.exp
expect ./tests/secure-erase.exp