projects
/
gatekeeper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b895e4
)
Improve testsuite performance
author
Jacob Bachmeyer
<jcb@gnu.org>
Fri, 17 Mar 2023 03:25:06 +0000
(22:25 -0500)
committer
Jacob Bachmeyer
<jcb@gnu.org>
Fri, 17 Mar 2023 03:25:06 +0000
(22:25 -0500)
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
patch
|
blob
|
blame
|
history
diff --git
a/testsuite/lib/keyindex.exp
b/testsuite/lib/keyindex.exp
index b38b329feb274ce187653b99a00a97757443fb81..684e687d669b3147521e177f27f1cee17084c95a 100644
(file)
--- 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
}