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
a2e0581f
Commit
a2e0581f
authored
Jan 27, 2015
by
Hunter Loftis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move test-utils into test/utils
parent
0375e8b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
run
test/run
+1
-1
utils
test/utils
+0
-0
No files found.
test/run
View file @
a2e0581f
...
@@ -364,7 +364,7 @@ pushd $(dirname 0) >/dev/null
...
@@ -364,7 +364,7 @@ pushd $(dirname 0) >/dev/null
bp_dir
=
$(
pwd
)
bp_dir
=
$(
pwd
)
popd
>
/dev/null
popd
>
/dev/null
source
${
bp_dir
}
/
vendor/test-utils/test-
utils
source
${
bp_dir
}
/
test/
utils
mktmpdir
()
{
mktmpdir
()
{
dir
=
$(
mktemp
-t
testXXXXX
)
dir
=
$(
mktemp
-t
testXXXXX
)
...
...
vendor/test-utils/test-
utils
→
test/
utils
View file @
a2e0581f
File moved
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