Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: Fix test suite for Guile 3.0.5. #27

Merged
merged 1 commit into from Feb 5, 2021

Conversation

Apteryks
Copy link
Contributor

@Apteryks Apteryks commented Feb 4, 2021

The test-runner object is now reset to #f when calling the 'test-end'
procedure. See the commit de5d1a7f99b8e952b115237ebc29633062f99bb9 in
Guile (srfi-64: Reset test-runner-current if done) which introduced this
change.

  • tests/client-server.scm (exit-status): New variable. Use it when calling
    exit.
  • tests/dist.scm: Likewise.
  • tests/key.scm: Likewise.
  • tests/log.scm: Likewise.
  • tests/popen.scm: Likewise.
  • tests/server-client.scm: Likewise.
  • tests/server.scm: Likewise.
  • tests/session.scm: Likewise.
  • tests/shell.scm: Likewise.
  • tests/sssh-ssshd.scm: Likewise.
  • tests/tunnel.scm: Likewise.

The test-runner object is now reset to #f when calling the 'test-end'
procedure.  See the commit de5d1a7f99b8e952b115237ebc29633062f99bb9 in
Guile (srfi-64: Reset test-runner-current if done) which introduced this
change.

* tests/client-server.scm (exit-status): New variable.  Use it when calling
exit.
* tests/dist.scm: Likewise.
* tests/key.scm: Likewise.
* tests/log.scm: Likewise.
* tests/popen.scm: Likewise.
* tests/server-client.scm: Likewise.
* tests/server.scm: Likewise.
* tests/session.scm: Likewise.
* tests/shell.scm: Likewise.
* tests/sssh-ssshd.scm: Likewise.
* tests/tunnel.scm: Likewise.
@artyom-poptsov artyom-poptsov merged commit 9b7d846 into artyom-poptsov:master Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants