Skip to content

Commit a81025f

Browse files
Merge pull request #4434 from ipfs/kevina/test-symlink-test-fail
Increase verboseness of t0088-repo-stat-symlink.sh test.
2 parents 96b8723 + d2696ed commit a81025f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/sharness/t0088-repo-stat-symlink.sh

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ test_expect_success "'ipfs repo stat' RepoSize is correct with sym link" '
2121
reposize_direct=$(ipfs repo stat | grep RepoSize | awk '\''{ print $2 }'\'') &&
2222
export IPFS_PATH=".ipfs" &&
2323
reposize_symlink=$(ipfs repo stat | grep RepoSize | awk '\''{ print $2 }'\'') &&
24+
echo "reposize_symlink: $reposize_symlink; reposize_direct: $reposize_direct" &&
2425
test $reposize_symlink -ge $reposize_direct
2526
'
2627

0 commit comments

Comments
 (0)