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

tests/cl.filesystem: skip "/run", fix test failure on arm64 #178

Merged
merged 1 commit into from
Jun 28, 2021

Commits on Jun 14, 2021

  1. tests/cl.filesystem: skip "/run", fix test failure on arm64

    On arm64, we have a `/run/udev/data/+platform:Fixed MDIO bus.0`, which
    gets flagged due to the presence of spaces in the filename. Since /run
    is an ephemeral directory and we skip other directories (/proc, /sys)
    for that reason, it seems like a good idea to skip /run as well.
    wrl committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    2c55059 View commit details
    Browse the repository at this point in the history