Browse Source

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

master
Harald Hoyer 7 years ago
parent
commit
d15c15c8f5
  1. 2
      test/test-functions

2
test/test-functions

@ -60,7 +60,7 @@ while (($# > 0)); do @@ -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=$?

Loading…
Cancel
Save