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

[interpreter] Update Makefile to ignore output of cd #1683

Merged
merged 2 commits into from
Sep 22, 2023
Merged

[interpreter] Update Makefile to ignore output of cd #1683

merged 2 commits into from
Sep 22, 2023

Commits on Sep 21, 2023

  1. [interpreter] Update Makefile to ignore output of cd

    The interpreter Makefile captures the output of cding into the unittest
    directory and listing the unittest files it contains. Under some circumstances,
    the `cd` command will print the new current directory, and that output was
    incorrectly being interpreted as the path to a unittest, causing the build to
    fail.
    
    Fix this problem by redirecting the output of cd, if any, to /dev/null.
    
    Fixes #1681.
    tlively committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    097cf37 View commit details
    Browse the repository at this point in the history
  2. more

    tlively committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    39620da View commit details
    Browse the repository at this point in the history