Loading ci/run_scheduled_sanitizer_test.py +2 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ def run_check(modes: list, out_formats: list, tests: list, run_fec: bool = True) "--oc", *out_formats, ] print(cmd_no_fec) proc = subprocess.Popen(cmd_no_fec, stdout=subprocess.PIPE, stderr=subprocess.PIPE) for c in iter(lambda: proc.stdout.read(1), b""): Loading Loading @@ -79,6 +80,7 @@ def run_check(modes: list, out_formats: list, tests: list, run_fec: bool = True) fi.unlink() cmd_fec = cmd_no_fec + ["--decoder_only", "-f", EP_FILE] print(cmd_fec) proc = subprocess.Popen(cmd_fec, stdout=subprocess.PIPE, stderr=subprocess.PIPE) for c in iter(lambda: proc.stdout.read(1), b""): Loading Loading
ci/run_scheduled_sanitizer_test.py +2 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ def run_check(modes: list, out_formats: list, tests: list, run_fec: bool = True) "--oc", *out_formats, ] print(cmd_no_fec) proc = subprocess.Popen(cmd_no_fec, stdout=subprocess.PIPE, stderr=subprocess.PIPE) for c in iter(lambda: proc.stdout.read(1), b""): Loading Loading @@ -79,6 +80,7 @@ def run_check(modes: list, out_formats: list, tests: list, run_fec: bool = True) fi.unlink() cmd_fec = cmd_no_fec + ["--decoder_only", "-f", EP_FILE] print(cmd_fec) proc = subprocess.Popen(cmd_fec, stdout=subprocess.PIPE, stderr=subprocess.PIPE) for c in iter(lambda: proc.stdout.read(1), b""): Loading