Polish code

test=develop
fix_recordio_link
minqiyang 6 years ago
parent 2cc939bbfa
commit 59420d5bd2

@ -221,12 +221,8 @@ class TestDistBase(unittest.TestCase):
print(ps0_cmd)
print(ps1_cmd)
if check_error_log:
ps0_pipe = open("/tmp/ps0_err.log", "wb")
ps1_pipe = open("/tmp/ps1_err.log", "wb")
else:
ps0_pipe = subprocess.PIPE
ps1_pipe = subprocess.PIPE
ps0_pipe = open("/tmp/ps0_err.log", "wb")
ps1_pipe = open("/tmp/ps1_err.log", "wb")
ps0_proc = subprocess.Popen(
ps0_cmd.strip().split(" "),

Loading…
Cancel
Save