13 matches across 1 files for error lang:Python lang:Python lang:Python path:src/ci/docker/scripts/fuchsia-test-runner.py
snippet_mode: auto · sorted by relevance
src/ci/docker/scripts/fuchsia-test-runner.py PYTHON 13 matches · showing 5 view file →
49 retcode = process.poll()
50 if check and retcode:
51 raise subprocess.CalledProcessError(retcode, process.args)
52 return subprocess.CompletedProcess(process.args, retcode)
53
· · ·
89 retcode = process.poll()
90 if check and retcode:
91 raise subprocess.CalledProcessError(retcode, process.args)
92
93 return buf.getvalue()
· · ·
195 if process.returncode:
196 e = f"llvm-readelf failed for binary {binary} with output {process.stdout}"
197 self.env_logger.error(e)
198 raise Exception(e)
199
· · ·
254 ],
255 stdout_handler=log_handler.info,
256 stderr_handler=log_handler.error,
257 )
258 return stripped_binary
· · ·
495 )
496 else:
497 shutil.rmtree(self.local_pb_path, ignore_errors=True)
498
499 # Look up the product bundle transfer manifest.
+ 8 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.