Skip to content

Commit

Permalink
fix e2e test script
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Oct 20, 2023
1 parent 9a81fcf commit 36dc159
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/namada-e2e-test
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ init_relayer_balance "a" ${LEDGER_ADDR_A}
init_relayer_balance "b" ${LEDGER_ADDR_B}

cd ${HERMES_DIR}
python3 e2e/run.py --config ${HERMES_DIR}/config_for_namada.toml 2>&1 | tee e2e/${E2E_TEST_LOG}
pip3 install toml
python3 e2e/run.py --config ${HERMES_DIR}/config_for_namada.toml > e2e/${E2E_TEST_LOG} 2>&1

killall namadan

0 comments on commit 36dc159

Please sign in to comment.