Commit d2696ed4 authored by Kevin Atkinson's avatar Kevin Atkinson

Increase verboseness of t0088-repo-stat-symlink.sh test.

Top help track down random test failures.

License: MIT
Signed-off-by: default avatarKevin Atkinson <k@kevina.org>
parent 96b87238
......@@ -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
'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment