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
b3025250
Commit
b3025250
authored
Nov 03, 2015
by
Hunter Loftis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update profile path tests
parent
381f36f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
run
test/run
+3
-3
No files found.
test/run
View file @
b3025250
...
...
@@ -456,7 +456,7 @@ testShrinkwrap() {
testProfileExport
()
{
compile
"stable-node"
assertCaptured
"Creating runtime environment"
assertFileContains
"export PATH=
\"\$
HOME/.heroku/node/bin:
\$
HOME/bin:
\$
HOME/node_modules/.bin:
\$
PATH
\"
"
"
${
compile_dir
}
/.profile.d/nodejs.sh"
assertFileContains
"export PATH=
\"\$
HOME/.heroku/node/bin:
\$
PATH:
\$
HOME/bin:
\$
HOME/node_modules/.bin
\"
"
"
${
compile_dir
}
/.profile.d/nodejs.sh"
assertFileContains
"export NODE_HOME=
\"\$
HOME/.heroku/node
\"
"
"
${
compile_dir
}
/.profile.d/nodejs.sh"
assertCapturedSuccess
}
...
...
@@ -464,8 +464,8 @@ testProfileExport() {
testMultiExport
()
{
compile
"stable-node"
assertFileContains
"export PATH="
"
${
bp_dir
}
/export"
assertFileContains
"/.heroku/node/bin
:
"
"
${
bp_dir
}
/export"
assertFileContains
"/node_modules/.bin
:
\$
PATH
"
"
${
bp_dir
}
/export"
assertFileContains
"/.heroku/node/bin"
"
${
bp_dir
}
/export"
assertFileContains
"/node_modules/.bin"
"
${
bp_dir
}
/export"
assertFileContains
"export NODE_HOME="
"
${
bp_dir
}
/export"
assertFileContains
"/.heroku/node
\"
"
"
${
bp_dir
}
/export"
assertCapturedSuccess
...
...
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