[openssh-commits] [openssh] 01/01: Actually run Valgrind tests.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Feb 19 10:20:47 AEDT 2021


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

dtucker pushed a commit to branch master
in repository openssh.

commit e9f6d563c06886b277c6b9abafa99fa80726dc48
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Feb 19 10:20:17 2021 +1100

    Actually run Valgrind tests.
---
 .github/configs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/configs b/.github/configs
index 404ee7e8..f5b6efe9 100755
--- a/.github/configs
+++ b/.github/configs
@@ -56,7 +56,7 @@ case "$config" in
 	TEST_TARGET=t-exec
 	;;
     valgrind)
-	TEST_TARGET=USE_VALGRIND=1
+	TEST_TARGET="tests USE_VALGRIND=1"
 	;;
     *)
 	echo "Unknown configuration $config"

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


More information about the openssh-commits mailing list