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

[WIP] Update test-npm target #7867

Closed
wants to merge 2 commits into from
Closed

Commits on Jan 24, 2017

  1. test: make test-npm use tap output

    Pass -p/--progress and --logfile as you would for tools/test.py
    
    Add *test.tap to .gitignore
    
    Make test-npm default to using the node binary in out/Release (like
    tools/test.py). This can still be changed by setting the $NODE
    environment variable (as before).
    gibfahn committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    390b74c View commit details
    Browse the repository at this point in the history
  2. build,test: add test-npm.ps1 to test npm on windows

    test-npm.ps1 should mimic test-npm.sh on Windows.
    
    Also adds the test-npm target to vcbuild.bat
    gibfahn committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    66bb063 View commit details
    Browse the repository at this point in the history