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

tools: explicit path for V8 test tap output #7460

Merged

Commits on Jun 29, 2016

  1. tools: explicit path for V8 test tap output

    Currently we do not specific an absolute path for the tap output of the
    V8 test suite. This is proving to be unreliable across release lines.
    
    By prepending `$(PWD)` to each path we can guarantee it will always be
    in the root folder.
    
    PR-URL: nodejs#7460
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Myles Borins committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    cae428a View commit details
    Browse the repository at this point in the history