From: Jacob Bachmeyer Date: Fri, 17 Mar 2023 03:25:06 +0000 (-0500) Subject: Improve testsuite performance X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3c6d1b67f0e5457094a8be0ef42de89c1b4a20a0;p=gatekeeper.git Improve testsuite performance I am not certain what exactly this tickles in Expect, but it dramatically reduces the running time of the keymaster tests. --- 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 }