test/test-functions: be verbose for any $V not empty

master
Harald Hoyer 2018-08-14 16:54:27 +02:00
parent 9288d21b9f
commit d15c15c8f5
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ while (($# > 0)); do
else
echo "TEST: $TEST_DESCRIPTION [STARTED]";
fi
if [ "$V" != "1" ]; then
if ! [[ "$V" ]]; then
(
test_setup && test_run
ret=$?