From: Darren Tucker Date: Fri, 19 Jul 2019 03:16:11 +0000 (+1000) Subject: Show when skipping valgrind for a test. X-Git-Tag: V_8_1_P1~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65333f7454365fe40f7367630e7dd10903b9d99e;p=thirdparty%2Fopenssh-portable.git Show when skipping valgrind for a test. --- diff --git a/regress/test-exec.sh b/regress/test-exec.sh index 42473c76f..3d4a856bb 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh @@ -605,7 +605,11 @@ if [ "x$USE_VALGRIND" != "x" ]; then fi fi done - verbose valgrind results $VG_RESULT_COUNT errors $VG_ERROR_COUNT + if [ x"$VG_SKIP" != "x" ]; then + verbose valgrind skipped + else + verbose valgrind results $VG_RESULT_COUNT errors $VG_ERROR_COUNT + fi fi if [ $RESULT -eq 0 ]; then