Skip to content

Commit dc3645b

Browse files
committed
removes print for CI performance
1 parent 5b6d44f commit dc3645b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

contrib/scripts/blocks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -eux
1+
#!/bin/bash -eu
22

33
# File with commonly used functions for other scripts
44

contrib/scripts/process_genesis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -eux
1+
#!/bin/bash -eu
22

33
CWD="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
44

contrib/scripts/single-node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -eux
1+
#!/bin/bash -eu
22

33
# USAGE:
44
# ./single-gen.sh <option of full path to umeed>

contrib/scripts/test_localnet_liveness.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -eux
1+
#!/bin/bash -eu
22

33
# USAGE:
44
# ./single-gen.sh <iterations> <sleep> <num-blocks> <node-address>

contrib/scripts/umeemainnet_fork.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -eux
1+
#!/bin/bash -eu
22

33
# Start a single node chain from an exported genesis file,
44
# process the genesis file if it wasn't already,

contrib/scripts/upgrade-test-single-node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -eux
1+
#!/bin/bash -eu
22

33
# Using an already running chain, starts a governance proposal to upgrade to a new binary version,
44
# votes 'yes' on that proposal, waits to reach to reach an upgrade height and kills the process id

0 commit comments

Comments
 (0)