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

Fix error path through test. #3474

Merged
merged 1 commit into from
Oct 30, 2020
Merged

Commits on Oct 30, 2020

  1. Fix error path through test.

    In a downstream flake I saw this error:
    ```
    timeout_test.go:234: Error waiting for TaskRun pipeline-task-timeout-hdwboxrg-pipelinetask1-2tqsx to be running: %!s(<nil>)
    ```
    
    This fixes the format string, and corrects what is likely a bug where `err` isn't properly set when printed.
    mattmoor committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    e2a9215 View commit details
    Browse the repository at this point in the history