Fixed missing .electrum directory bug
This commit is contained in:
parent
1a0cb0836f
commit
3892b1c10b
7 changed files with 52 additions and 22 deletions
|
@ -13,15 +13,19 @@ read -rs password
|
|||
|
||||
export password=$password
|
||||
|
||||
printf "%s\n" "Running unit tests…"
|
||||
|
||||
expect ./tests/bip39.exp
|
||||
expect ./tests/electrum.exp
|
||||
expect ./tests/default.exp
|
||||
expect ./tests/shamir.exp
|
||||
expect ./tests/shamir-2-of-3.exp
|
||||
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
|
||||
if [ -n "$1" ]; then
|
||||
printf "%s\n" "Running unit test…"
|
||||
expect ./tests/$1
|
||||
else
|
||||
printf "%s\n" "Running unit tests…"
|
||||
expect ./tests/bip39.exp
|
||||
expect ./tests/electrum.exp
|
||||
expect ./tests/default.exp
|
||||
expect ./tests/shamir.exp
|
||||
expect ./tests/shamir-2-of-3.exp
|
||||
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
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue