Skip to content

Commit

Permalink
Merge pull request #4434 from ipfs/kevina/test-symlink-test-fail
Browse files Browse the repository at this point in the history
Increase verboseness of t0088-repo-stat-symlink.sh test.
  • Loading branch information
whyrusleeping authored Nov 28, 2017
2 parents 96b8723 + d2696ed commit a81025f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/sharness/t0088-repo-stat-symlink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ test_expect_success "'ipfs repo stat' RepoSize is correct with sym link" '
reposize_direct=$(ipfs repo stat | grep RepoSize | awk '\''{ print $2 }'\'') &&
export IPFS_PATH=".ipfs" &&
reposize_symlink=$(ipfs repo stat | grep RepoSize | awk '\''{ print $2 }'\'') &&
echo "reposize_symlink: $reposize_symlink; reposize_direct: $reposize_direct" &&
test $reposize_symlink -ge $reposize_direct
'

Expand Down

0 comments on commit a81025f

Please sign in to comment.