mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
what's coming out of this
This commit is contained in:
parent
d790d3d325
commit
4f119c876c
@ -58,7 +58,7 @@ def test_osx_pkg(pkgfile):
|
||||
gunzip_process = subprocess.Popen(['gunzip', '-dc'],
|
||||
stdin=cat_process.stdout,
|
||||
stdout=subprocess.PIPE)
|
||||
cpio_process = subprocess.Popen(['cpio', '-i'],
|
||||
cpio_process = subprocess.Popen(['cpio', '-i', '--verbose'],
|
||||
stdin=gunzip_process.stdout,
|
||||
stdout=subprocess.PIPE)
|
||||
cpio_process.communicate()
|
||||
|
Loading…
Reference in New Issue
Block a user