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

testing: add TB.Setenv #41857

Closed
wants to merge 1 commit into from
Closed

testing: add TB.Setenv #41857

wants to merge 1 commit into from

Commits on Mar 5, 2021

  1. testing: add TB.Setenv

    Add a new method TB.Setenv that'll set environment variables
    only for the isolated lifetime of the test, and will clean up
    and unset these variables when the test ends.
    This method disables the test or benchmark from running in
    parallel.
    
    Fixes #41260
    bynov authored and Alexey Vilenskiy committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    0ca12fa View commit details
    Browse the repository at this point in the history