sharness: output options in verbose mode

This commit is contained in:
Juan Batiz-Benet 2015-01-31 21:05:27 -08:00
parent f1d34a2a85
commit 052c867a70

View File

@ -45,9 +45,16 @@ test_cmp() {
# Please put go-ipfs specific shell functions below
# grab + output options
test "$TEST_NO_FUSE" != 1 && test_set_prereq FUSE
test "$TEST_EXPENSIVE" = 1 && test_set_prereq EXPENSIVE
if test "$TEST_VERBOSE" = 1; then
echo '# TEST_VERBOSE='"$TEST_VERBOSE"
echo '# TEST_NO_FUSE='"$TEST_NO_FUSE"
echo '# TEST_EXPENSIVE='"$TEST_EXPENSIVE"
fi
test_cmp_repeat_10_sec() {
for i in 1 2 3 4 5 6 7 8 9 10
do