Skip to content

Commit aa1bac3

Browse files
committed
Do not echo PATH
Currently we echo PATH at the start of ever run of the integration test scritp, it is not immediately apparent why we do this. Presumably it was done during some debugging effort. Do not echo `$PATH` when running the integration test script.
1 parent 534a648 commit aa1bac3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

integration_test/run.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ mkdir -p ${TESTDIR}/1
99
# To kill any remaining open bitcoind.
1010
killall -9 bitcoind 2> /dev/null
1111

12-
echo $PATH
13-
1412
BLOCKFILTERARG=""
1513
if bitcoind -version | grep -q "v0\.\(19\|2\)"; then
1614
BLOCKFILTERARG="-blockfilterindex=1"

0 commit comments

Comments
 (0)