diff test/test_dropbear.py @ 1852:e0c1825c567d

Debug pytest password auth failing
author Matt Johnston <matt@ucc.asn.au>
date Tue, 19 Oct 2021 13:30:58 +0800
parents d757f48ae29f
children b550845e500b
line wrap: on
line diff
--- a/test/test_dropbear.py	Tue Oct 19 06:02:47 2021 +0100
+++ b/test/test_dropbear.py	Tue Oct 19 13:30:58 2021 +0800
@@ -35,6 +35,10 @@
 	# Ready
 	yield p
 	p.terminate()
+	print("Terminated dropbear. Flushing output:")
+	for l in p.stderr:
+		print(l.rstrip())
+	print("Done")
 
 def dbclient(request, *args, **kwargs):
 	opt = request.config.option