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

test_session_record_pipe_io_stdin: remove sshpass #370

Merged
merged 2 commits into from
Jul 11, 2024

Commits on Jul 11, 2024

  1. Workaround github container build error

    The github action building the fedora container with podman is hitting
    an error that looks like:
    
    error running container: error from /usr/bin/crun creating container for
    [...]: sd-bus call: Transport endpoint is not connected
    
    This requires a workaround to set XDG_RUNTIME_DIR to empty.
    spoore1 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    6a231ad View commit details
    Browse the repository at this point in the history
  2. test_session_record_pipe_io_stdin: remove sshpass

    Removing reliance on sshpass by adding code in setup to generate an
    ssh key and use it in the test code.
    spoore1 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a948ed1 View commit details
    Browse the repository at this point in the history