Skip to content

Commit

Permalink
update make test repos script
Browse files Browse the repository at this point in the history
  • Loading branch information
fleg committed Oct 16, 2016
1 parent 784b733 commit c970a38
Show file tree
Hide file tree
Showing 20 changed files with 2 additions and 18 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ node_modules
test/workspace
test/distributor/workspace
test/repos/
!test/repos/git.tar.gz
!test/repos/mercurial.tar.gz
!test/repos/*.tar.gz
data/projects/**/workspace
data/builds
coverage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"nci": "bin/nci"
},
"scripts": {
"makeTestRepos": "rm -rf test/repos/{mercurial,git}; cd test/repos/ && tar -xf mercurial.tar.gz && tar -xf git.tar.gz",
"makeTestRepos": "find test/repos/* | grep -v '.tar.gz' | xargs rm -rf && cd test/repos/ && tar -xf mercurial.tar.gz && tar -xf git.tar.gz",
"test": "npm run makeTestRepos && mocha --bail --reporter=spec --timeout 10000 --colors",
"coverage": "nyc nrun test",
"dev": "nodemon app.js",
Expand Down
Binary file removed test/repos/.hg/00changelog.i
Binary file not shown.
1 change: 0 additions & 1 deletion test/repos/.hg/branch

This file was deleted.

2 changes: 0 additions & 2 deletions test/repos/.hg/cache/branchheads-served

This file was deleted.

2 changes: 0 additions & 2 deletions test/repos/.hg/cache/tags

This file was deleted.

Binary file removed test/repos/.hg/dirstate
Binary file not shown.
4 changes: 0 additions & 4 deletions test/repos/.hg/requires

This file was deleted.

Binary file removed test/repos/.hg/store/00changelog.i
Binary file not shown.
Binary file removed test/repos/.hg/store/00manifest.i
Binary file not shown.
Binary file removed test/repos/.hg/store/data/rev0.txt.i
Binary file not shown.
Binary file removed test/repos/.hg/store/data/rev1.txt.i
Binary file not shown.
2 changes: 0 additions & 2 deletions test/repos/.hg/store/fncache

This file was deleted.

Empty file removed test/repos/.hg/store/phaseroots
Empty file.
Binary file removed test/repos/.hg/store/undo
Binary file not shown.
Empty file.
Empty file removed test/repos/.hg/undo.bookmarks
Empty file.
1 change: 0 additions & 1 deletion test/repos/.hg/undo.branch

This file was deleted.

3 changes: 0 additions & 3 deletions test/repos/.hg/undo.desc

This file was deleted.

Empty file removed test/repos/.hg/undo.dirstate
Empty file.

0 comments on commit c970a38

Please sign in to comment.