Skip to content

Use a git submodule for test262#33

Open
progval wants to merge 2 commits into
brownplt:masterfrom
progval:submodule-test262
Open

Use a git submodule for test262#33
progval wants to merge 2 commits into
brownplt:masterfrom
progval:submodule-test262

Conversation

@progval

@progval progval commented Jun 17, 2014

Copy link
Copy Markdown
Contributor

The Mercurial repository that tests/get-test262.sh was downloading from has been removed and replace by a Git repository, so we can make use of submodules.

To initialize git submodules of a project (only test262 in our case), you can do:

git submodule init
git submodule update

progval added 2 commits June 17, 2014 15:42
The Mercurial repository that tests/get-test262.sh was downloading from has been
removed and replace by a Git repository, so we can make use of submodules.
@progval progval changed the title Submodule test262 Use a git submodule for test262 Jun 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant