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

integration-cli/daemon: remove uses of deprecated WaitRun utility #45260

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 20, 2024

  1. integration-cli/daemon: remove uses of deprecated WaitRun utility

    We should probably look a bit at the replacement though; looks like the
    replacement;
    
    - calls t.Fatal() by itself, instead of returning errors.
    - does not use t.Helper(), which can make it more difficult to locate
      where errors happened.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    80ff19e View commit details
    Browse the repository at this point in the history