Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-nodejs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-nodejs
Commits
b1c0e1d0
Commit
b1c0e1d0
authored
Jan 08, 2015
by
Hunter Loftis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test and message for failing builds
parent
39809006
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletion
+19
-1
test
bin/test
+1
-1
package.json
test/failing-build/package.json
+18
-0
No files found.
bin/test
View file @
b1c0e1d0
...
...
@@ -57,7 +57,7 @@ testOldNpm() {
testFailingBuild
()
{
compile
"failing-build"
assertCaptured
"Build failed"
assertCaptured
"
This is a new Node.js buildpack
"
assertCaptured
"
We're sorry this build is failing
"
assertCapturedError 1
""
}
...
...
test/failing-build/package.json
0 → 100644
View file @
b1c0e1d0
{
"name"
:
"node-buildpack-test-app"
,
"version"
:
"0.0.1"
,
"description"
:
"node buildpack integration test app"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"http://github.com/example/example.git"
},
"dependencies"
:
{
"hashish"
:
"*"
},
"engines"
:
{
"node"
:
"0.10.x"
},
"scripts"
:
{
"postinstall"
:
"exit 1"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment