Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Aug 3, 2020
1 parent 6895cb6 commit 9062645
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/chairman.sh
Expand Up @@ -3,6 +3,7 @@
# ./scripts/chairman.sh --nix ./socket/node-[012]-socket

DEFAULT_VERBOSE=t
echo "========= chairman.sh ========="
. "$(dirname "$0")"/common.sh
. "$(dirname "$0")"/lib-cli.sh

Expand Down
1 change: 1 addition & 0 deletions scripts/chairmans-cluster/cluster-test.sh
Expand Up @@ -33,6 +33,7 @@ EOF
scripts_dir=$(dirname "$0")/..

__COMMON_SRCROOT=$(realpath "${scripts_dir}/..")
echo "========= cluster-test.sh ========="
. "${scripts_dir}"/common.sh
. "${scripts_dir}"/lib.sh
. "${scripts_dir}"/lib-cli.sh
Expand Down
1 change: 1 addition & 0 deletions scripts/genesis.sh
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
# shellcheck disable=SC1090,SC2154,SC2155,SC2034,SC2039,SC2240,SC2124

echo "========= genesis.sh ========="
. "$(dirname "$0")"/common.sh
. "$(dirname "$0")"/lib-cli.sh

Expand Down
1 change: 1 addition & 0 deletions scripts/issue-genesis-utxo-expenditure.sh
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
# shellcheck disable=SC1090,SC2154,SC2155,SC2034,SC2039,SC2240,SC2124

echo "========= issue-genesis-utxo-expenditure.sh ========="
. "$(dirname "$0")"/common.sh
. "$(dirname "$0")"/lib-cli.sh

Expand Down
1 change: 1 addition & 0 deletions scripts/mainnet-via-fetcher.sh
Expand Up @@ -88,6 +88,7 @@ do case "$1" in
## Remaining options handled in 'lib/common.sh'
* ) break;; esac; shift; done

echo "========= mainnet-via-fetcher.sh ========="
. "$(dirname "$0")"/common.sh
. "$(dirname "$0")"/lib-cli.sh
. "$(dirname "$0")"/lib-node.sh
Expand Down
1 change: 1 addition & 0 deletions scripts/mainnet.sh
Expand Up @@ -28,6 +28,7 @@ This syncs the mainnet chain.
EOF
}

echo "========= mainnet.sh ========="
. "$(dirname "$0")"/common.sh
. "$(dirname "$0")"/lib-cli.sh
. "$(dirname "$0")"/lib-node.sh
Expand Down
1 change: 1 addition & 0 deletions scripts/shelley-testnet-dns.sh
Expand Up @@ -2,6 +2,7 @@
# shellcheck disable=SC1090,SC2034

DEFAULT_VERBOSE=t
echo "========= shelley-testnet-dns.sh ========="
. "$(dirname "$0")"/common.sh
. "$(dirname "$0")"/lib-cli.sh
. "$(dirname "$0")"/lib-node.sh
Expand Down
1 change: 1 addition & 0 deletions scripts/shelley-testnet-live.sh
Expand Up @@ -2,6 +2,7 @@
# shellcheck disable=SC1090,SC2034

DEFAULT_VERBOSE=t
echo "========= shelley-testnet-live.sh ========="
. "$(dirname "$0")"/common.sh
. "$(dirname "$0")"/lib-cli.sh
. "$(dirname "$0")"/lib-node.sh
Expand Down
1 change: 1 addition & 0 deletions scripts/shelley-testnet.sh
Expand Up @@ -2,6 +2,7 @@
# shellcheck disable=SC1090,SC2034

DEFAULT_VERBOSE=t
echo "========= shell-test-net.sh ========="
. "$(dirname "$0")"/common.sh
. "$(dirname "$0")"/lib-cli.sh
. "$(dirname "$0")"/lib-node.sh
Expand Down
1 change: 1 addition & 0 deletions scripts/shelley-testnet.tmux1.sh
Expand Up @@ -56,6 +56,7 @@ do tmux select-pane -t ${i}
DEFAULT_TRACE=${DEFAULT_TRACE};
. ${__COMMON_SRCROOT}/scripts/common.sh;
echo "========= shelley-testnet.tmux1.sh ========="
. ${__COMMON_SRCROOT}/scripts/lib-cli.sh;
. ${__COMMON_SRCROOT}/scripts/lib-node.sh;
Expand Down
1 change: 1 addition & 0 deletions scripts/submit-tx.sh
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
# shellcheck disable=SC1090

echo "========= submit-tx.sh ========="
. "$(dirname "$0")"/common.sh
. "$(dirname "$0")"/lib-cli.sh

Expand Down

0 comments on commit 9062645

Please sign in to comment.