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/api: silent dump_db() #4276

Merged
merged 1 commit into from
Jul 29, 2024
Merged

Commits on Jul 29, 2024

  1. test/api: silent dump_db()

    When cleaning up api tests, the build job results are dumped from the
    database to store in build-result.txt and are printed to the runner log
    at the same time.  This makes it very difficult to read results as the
    database dump prints very long lines that flood the job log.  The result
    isn't really readable (or useful) unless the file is downloaded
    separately.
    
    Silence the `tee` command so that the file is created but no output is
    printed from the db dump.
    achilleas-k committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b9e6536 View commit details
    Browse the repository at this point in the history