From 3c6d1b67f0e5457094a8be0ef42de89c1b4a20a0 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Thu, 16 Mar 2023 22:25:06 -0500 Subject: [PATCH] Improve testsuite performance I am not certain what exactly this tickles in Expect, but it dramatically reduces the running time of the keymaster tests. --- testsuite/lib/keyindex.exp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testsuite/lib/keyindex.exp b/testsuite/lib/keyindex.exp index b38b329..684e687 100644 --- a/testsuite/lib/keyindex.exp +++ b/testsuite/lib/keyindex.exp @@ -170,6 +170,8 @@ proc write_key_index { indexname packlist } { } } + expect -ex "Key> " { send "\n" } + verbose -log "" close } -- 2.25.1