mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-19 07:48:11 +00:00
what's coming out of this
This commit is contained in:
@ -58,7 +58,7 @@ def test_osx_pkg(pkgfile):
|
|||||||
gunzip_process = subprocess.Popen(['gunzip', '-dc'],
|
gunzip_process = subprocess.Popen(['gunzip', '-dc'],
|
||||||
stdin=cat_process.stdout,
|
stdin=cat_process.stdout,
|
||||||
stdout=subprocess.PIPE)
|
stdout=subprocess.PIPE)
|
||||||
cpio_process = subprocess.Popen(['cpio', '-i'],
|
cpio_process = subprocess.Popen(['cpio', '-i', '--verbose'],
|
||||||
stdin=gunzip_process.stdout,
|
stdin=gunzip_process.stdout,
|
||||||
stdout=subprocess.PIPE)
|
stdout=subprocess.PIPE)
|
||||||
cpio_process.communicate()
|
cpio_process.communicate()
|
||||||
|
Reference in New Issue
Block a user