[openssh-commits] [openssh] 02/02: Also look for gdb error message from OpenIndiana.

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Mar 27 12:24:44 AEDT 2023


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

dtucker pushed a commit to branch master
in repository openssh.

commit 154d8baf631327163571760c2c524bc93c37567c
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Mon Mar 27 12:22:30 2023 +1100

    Also look for gdb error message from OpenIndiana.
---
 regress/agent-ptrace.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regress/agent-ptrace.sh b/regress/agent-ptrace.sh
index df55b34a..6f172998 100644
--- a/regress/agent-ptrace.sh
+++ b/regress/agent-ptrace.sh
@@ -55,7 +55,7 @@ EOF
 	if [ $r -ne 0 ]; then
 		fail "gdb failed: exit code $r"
 	fi
-	egrep 'ptrace: Operation not permitted.|procfs:.*Permission denied.|ttrace.*Permission denied.|procfs:.*: Invalid argument.|Unable to access task ' >/dev/null ${OBJ}/gdb.out
+	egrep 'Operation not permitted.|Permission denied.|Invalid argument.|Unable to access task|Inappropriate ioctl for device.' >/dev/null ${OBJ}/gdb.out
 	r=$?
 	rm -f ${OBJ}/gdb.out
 	if [ $r -ne 0 ]; then

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


More information about the openssh-commits mailing list