Validate ledger once all the tests complete

This commit is contained in:
Michael Vines
2018-08-07 09:29:58 -07:00
parent ceb5a76609
commit 1c38e40dee
2 changed files with 16 additions and 3 deletions

View File

@ -93,6 +93,7 @@ solana_fullnode_config=$(solana_program fullnode-config)
solana_fullnode_cuda=$(solana_program fullnode-cuda)
solana_genesis=$(solana_program genesis)
solana_keygen=$(solana_program keygen)
solana_ledger_tool=$(solana_program ledger-tool)
export RUST_LOG=${RUST_LOG:-solana=info} # if RUST_LOG is unset, default to info
export RUST_BACKTRACE=1