Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
update rust-lightning submodule and set env var for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Aug 2, 2023
1 parent 11b9708 commit 823dd4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-lightning
3 changes: 2 additions & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ NETWORK="regtest"
INITIAL_BLOCKS=103
SUCCESSFUL_SCRIPTS=()
FAILED_SCRIPTS=()
TEST_PRINTS=1
TMUX_CMD="tmux -L rgb-tmux"
export BITCOIN_CLI COMPOSE NETWORK TMUX_CMD
export BITCOIN_CLI COMPOSE NETWORK TEST_PRINTS TMUX_CMD


_cleanup() {
Expand Down

0 comments on commit 823dd4e

Please sign in to comment.