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

[6.1.0]Fix --nozip_undeclared_test_outputs on Windows #17285

Merged
merged 3 commits into from
Jan 25, 2023
Merged

[6.1.0]Fix --nozip_undeclared_test_outputs on Windows #17285

merged 3 commits into from
Jan 25, 2023

Commits on Jan 20, 2023

  1. Fix --nozip_undeclared_test_outputs on Windows

    Without this change, testing with `--nozip_undeclared_test_outputs` always fails with this error:
    
    ```
    FATAL: MappedOutputFile(): CreateFileW() failed: (error: 3): The system cannot find the path specified.
    ```
    
    Closes #16973.
    
    PiperOrigin-RevId: 494953454
    Change-Id: I8338e897a9e4f4fdcd6dad511ee8e777182fefcd
    fmeum authored and ShreeM01 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    9b034ad View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    bf35503 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e5fd77 View commit details
    Browse the repository at this point in the history