OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:node_cwd
(Results
1 - 2
of
2
) sorted by null
/external/v8/tools/node/
test_backport_node.py
34
node_cwd
= os.path.join(self.workdir, 'node')
41
shutil.copytree(src=os.path.join(TEST_DATA, 'node'), dst=
node_cwd
)
42
gitify(os.path.join(
node_cwd
))
52
backport_node.Main([v8_cwd,
node_cwd
, commit, "--no-review"])
55
message = subprocess.check_output(['git', 'log', '-1', '--format=%B'], cwd=
node_cwd
)
61
cwd=
node_cwd
,
66
version_file = os.path.join(
node_cwd
, "deps", "v8", "include", "v8-version.h")
test_update_node.py
81
node_cwd
= os.path.join(self.workdir, 'node')
90
shutil.copytree(src=os.path.join(TEST_DATA, 'node'), dst=
node_cwd
)
91
gitify(os.path.join(
node_cwd
))
99
update_node.Main([v8_cwd,
node_cwd
, "--commit", "--with-patch"])
102
with open(os.path.join(
node_cwd
, 'deps', 'v8', '.gitignore')) as f:
106
added_file = os.path.join(
node_cwd
, 'deps', 'v8', *f.split('/'))
109
removed_file = os.path.join(
node_cwd
, 'deps', 'v8', *f.split('/'))
113
cwd=
node_cwd
,
120
cwd=
node_cwd
,
Completed in 148 milliseconds