@cryptotaxi247 / kubo / commits / b5ea00e6b

sharness: add debug output for TEST_NO_PLUGIN

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Jul 14, 2017 at 13:23 UTC b5ea00e6b4871ea3fa4f3a4fcc58c1f72a928f07
1 file changed +1
test/sharness/lib/test-lib.sh
+1
@@ -54,6 +54,7 @@ expr "$TEST_OS" : "CYGWIN_NT" >/dev/null || test_set_prereq STD_ERR_MSG
54 if test "$TEST_VERBOSE" = 1; then
55 echo '# TEST_VERBOSE='"$TEST_VERBOSE"
56 echo '# TEST_NO_FUSE='"$TEST_NO_FUSE"
57 + echo '# TEST_NO_PLUGIN='"$TEST_NO_PLUGIN"
58 echo '# TEST_EXPENSIVE='"$TEST_EXPENSIVE"
59 echo '# TEST_OS='"$TEST_OS"
60 fi