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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: don't clobber RegExp.$_ on startup #44864

Merged
merged 1 commit into from Oct 7, 2022

Commits on Oct 2, 2022

  1. test: don't clobber RegExp.$_ on startup

    Some tests expect it to be empty so clear it again after running a
    regular expression against /proc/cpuinfo.
    
    It didn't cause test failures on any of the CI machines, to the best of
    my knowledge, because most of the time /proc/cpuinfo doesn't contain
    the string it was looking for.
    
    Fixes: nodejs#44840
    bnoordhuis committed Oct 2, 2022
    Copy the full SHA
    af083cc View commit details
    Browse the repository at this point in the history