From: Harald Hoyer Date: Tue, 14 Aug 2018 14:54:27 +0000 (+0200) Subject: test/test-functions: be verbose for any $V not empty X-Git-Tag: 049~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d15c15c8f54d3aa97f7906e4f926584ac646fc5e;p=thirdparty%2Fdracut.git test/test-functions: be verbose for any $V not empty --- diff --git a/test/test-functions b/test/test-functions index bde5f7424..d6b28d20f 100644 --- a/test/test-functions +++ b/test/test-functions @@ -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=$?