@cryptotaxi247 / kubo / commits / d2696ed49

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

Top help track down random test failures. License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>

Kevin Atkinson committed Nov 28, 2017 at 13:45 UTC d2696ed4981f80da2383972f3c70054f3ef005c8
1 file changed +1
test/sharness/t0088-repo-stat-symlink.sh
+1
@@ -21,6 +21,7 @@ test_expect_success "'ipfs repo stat' RepoSize is correct with sym link" '
21 reposize_direct=$(ipfs repo stat | grep RepoSize | awk '\''{ print $2 }'\'') &&
22 export IPFS_PATH=".ipfs" &&
23 reposize_symlink=$(ipfs repo stat | grep RepoSize | awk '\''{ print $2 }'\'') &&
24 + echo "reposize_symlink: $reposize_symlink; reposize_direct: $reposize_direct" &&
25 test $reposize_symlink -ge $reposize_direct
26 '
27