Write wallet key to explicit file
(cherry picked from commit 93669ab1fc
)
This commit is contained in:
committed by
Michael Vines
parent
135763e019
commit
f12a933a54
@ -15,7 +15,9 @@ else
|
||||
args=("$@")
|
||||
fi
|
||||
|
||||
$solana_keygen new --no-passphrase -sf
|
||||
keypair="target/wallet-sanity-keypair.json"
|
||||
$solana_keygen new --no-passphrase -sf -o $keypair
|
||||
args+=(--keypair "$keypair")
|
||||
|
||||
node_readiness=false
|
||||
timeout=60
|
||||
@ -41,6 +43,7 @@ fi
|
||||
$solana_cli "${args[@]}" ping --count 5 --interval 0
|
||||
$solana_cli "${args[@]}" balance --lamports
|
||||
)
|
||||
rm $keypair
|
||||
|
||||
echo PASS
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user