Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/kubo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2fafb74edd7d^
Choose a base ref
...
head repository: ipfs/kubo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9bb95f516ced
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 25, 2015

  1. circleci: temporarily disable go tests

    License: MIT
    Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
    chriscool committed Jun 25, 2015
    Copy the full SHA
    2fafb74 View commit details
  2. add debug infos

    License: MIT
    Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
    chriscool committed Jun 25, 2015
    Copy the full SHA
    9bb95f5 View commit details
Showing with 4 additions and 2 deletions.
  1. +1 −1 circle.yml
  2. +3 −1 test/sharness/t0060-daemon.sh
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -11,5 +11,5 @@ dependencies:

test:
override:
- make test_go_expensive
# make test_go_expensive
- make test_sharness_expensive
4 changes: 3 additions & 1 deletion test/sharness/t0060-daemon.sh
Original file line number Diff line number Diff line change
@@ -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)