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: Copying contents of deps/npm to test-npm #1853

Closed
wants to merge 2 commits into from

Commits on May 31, 2015

  1. tools: Copying contents of deps/npm to test-npm

    In Ubuntu, `cp -r deps/npm/ test-npm/` was copying `npm` directory 
    under `test-npm` and the structure became `test-npm/npm`. But the test
     requires the contents of `deps/npm` to be under `test-npm`. Using 
    `deps/npm/.` fixes it.
    thefourtheye committed May 31, 2015
    Configuration menu
    Copy the full SHA
    0da6604 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2015

  1. tools: removing mkdir as it is taken care by cp

    Instead of creating `test-npm` first and then copying the contents of 
    `deps/npm`, we just create `test-npm` from `deps/npm` with the `cp -r`
    thefourtheye committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    11e3c18 View commit details
    Browse the repository at this point in the history