We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f15923 commit 45e37d9Copy full SHA for 45e37d9
tools/build_addons.py
@@ -58,8 +58,8 @@ def node_gyp_rebuild(test_dir):
58
59
# We buffer the output and print it out once the process is done in order
60
# to avoid interleaved output from multiple builds running at once.
61
- return_code = process.wait()
62
stdout, stderr = process.communicate()
+ return_code = process.returncode
63
if return_code != 0:
64
print(f'Failed to build addon in {test_dir}:')
65
if stdout:
0 commit comments