Skip to content

Commit

Permalink
add debug infos
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
  • Loading branch information
chriscool committed Jun 25, 2015
1 parent 2fafb74 commit 9bb95f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/sharness/t0060-daemon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ test_description="Test daemon command"

# this needs to be in a different test than "ipfs daemon --init" below
test_expect_success "setup IPFS_PATH" '
IPFS_PATH="$(pwd)/.ipfs"
IPFS_PATH="$(pwd)/.ipfs" &&
echo "IPFS_PATH: $IPFS_PATH" &&
echo "this script: $0"
'

# NOTE: this should remove bootstrap peers (needs a flag)
Expand Down

0 comments on commit 9bb95f5

Please sign in to comment.