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

Commits on Feb 4, 2021

  1. tests: Fix test suite for Guile 3.0.5.

    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.
    Apteryks committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    f7942cd View commit details
    Browse the repository at this point in the history