pdb: let pdbgen output to stderr.
If we capture the stderr, then we never get error messages when the generation script fails.
This commit is contained in:
parent
651da72b6c
commit
28a4d8fd07
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ os.chdir(os.path.join(top_srcdir, 'pdb'))
|
|||
result = subprocess.run(
|
||||
[PERL, 'pdbgen.pl', 'app', 'lib'],
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.PIPE
|
||||
)
|
||||
if result.returncode == 0:
|
||||
with open(os.path.join(top_builddir, 'pdb', 'stamp-pdbgen.h'), 'w') as f:
|
||||
|
|
|
|||
Loading…
Reference in a new issue