[openssh-commits] [openssh] 02/04: Show when skipping valgrind for a test.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jul 19 13:21:27 AEST 2019


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 65333f7454365fe40f7367630e7dd10903b9d99e
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Jul 19 13:16:11 2019 +1000

    Show when skipping valgrind for a test.
---
 regress/test-exec.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index 42473c76..3d4a856b 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

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list