Commit 236f0f6f authored by Julien Muchembled's avatar Julien Muchembled

fixup! jstestnode: some cleanup

See commit d9cbf829.
parent 4f248d3b
Pipeline #17697 failed with stage
in 0 seconds
......@@ -27,4 +27,4 @@ md5sum = 98faa5ad8cfb23a11d97a459078a1d05
[template-runTestSuite]
filename = runTestSuite.in
md5sum = 2e77a374f8c18cd77c50ee0f326aa97b
md5sum = 9d82f8afa0de8ec2b9c4f32e058fb2bc
......@@ -69,7 +69,7 @@ def main():
target = test_runner.get('target', 'firefox')
if target == 'node':
# Execute NodeJS tests
result_string = check_output(['${nodejs:node}/bin/node', '${jio-repository.git:location}/test/node.js'],
result_string = check_output(['${nodejs:location}/bin/node', '${jio-repository.git:location}/test/node.js'],
cwd='${jio-repository.git:location}',
env={'CI': 'true'})
result_dict = json.loads(result_string)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment