artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7befad
)
Make further use of netcat server close barrier in regress to reduce
author
anton
<anton@openbsd.org>
Fri, 10 Nov 2023 06:15:50 +0000
(06:15 +0000)
committer
anton
<anton@openbsd.org>
Fri, 10 Nov 2023 06:15:50 +0000
(06:15 +0000)
flakiness.
regress/usr.bin/nc/Makefile
patch
|
blob
|
history
diff --git
a/regress/usr.bin/nc/Makefile
b/regress/usr.bin/nc/Makefile
index
ea369fa
..
10f9801
100644
(file)
--- a/
regress/usr.bin/nc/Makefile
+++ b/
regress/usr.bin/nc/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.1
3 2023/11/03 14:05:3
0 anton Exp $
+# $OpenBSD: Makefile,v 1.1
4 2023/11/10 06:15:5
0 anton Exp $
# Copyright (c) 2020 Alexander Bluhm <bluhm@openbsd.org>
#
@@
-554,6
+554,7
@@
run-tls-client-bad-hash: client.crt server.crt ca.crt ca.hash
localhost ${PORT} ${CLIENT_BG}
${CONNECT_WAIT}
${TLS_WAIT}
+ ${SERVER_CLOSE_WAIT}
grep 'Listening on localhost ' server.err
grep 'Connection received on localhost ' server.err
grep 'Connection to localhost .* succeeded!' client.err