Skip to content

Commit

Permalink
testLegacy shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmacfarlane committed Sep 23, 2016
1 parent ba543d1 commit 29c6527
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ node make.js test --task ShellScript --suite L0
Legacy tests are located in a Tests folder which is a sibling to Tasks.

```bash
node make.js testLegacy
npm run testLegacy
node make.js testLegacy --suite L0/XCode
```

Expand Down
1 change: 1 addition & 0 deletions make-options.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"JenkinsDownloadArtifacts",
"JenkinsQueueJob",
"Maven",
"MSBuild",
"NuGetInstaller",
"NugetPackager",
"powerShell",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
},
"scripts": {
"build": "node make.js build",
"test": "node make.js test"
"test": "node make.js test",
"testLegacy": "node make.js testLegacy"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 29c6527

Please sign in to comment.