mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
tests: Add tr:assert-same function.
* tests/gpgscm/tests.scm (tr:assert-same-string): New. * tests/openpgp/shell.scm: Option to drop into a REPL.
This commit is contained in:
parent
bd612f2360
commit
9b24d8ab50
3 changed files with 13 additions and 5 deletions
|
@ -47,7 +47,9 @@
|
|||
(pathsep-split (getenv "PATH"))))
|
||||
#t)
|
||||
|
||||
(echo "\nEnjoy your test environment. "
|
||||
(if (prompt-yes-no? "Run system shell" #t)
|
||||
((echo "\nEnjoy your test environment. "
|
||||
"Type 'exit' to exit it, it will be cleaned up after you.\n")
|
||||
|
||||
(interactive-shell)
|
||||
(interactive-shell))
|
||||
((echo "\nEnjoy the REPL.")
|
||||
(interactive-repl (current-environment))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue