Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D3335
Change Details
Change Details
Old
New
Diff
arc lint --everything --trace 2>&1 | grep -E "exec.*check-doc.py'\s'" Should return a single line (the only call to the check-doc.py script).
arc lint --everything --trace 2>&1 | grep -E "exec.*check-doc.py'$" Should return a single line (the only call to the check-doc.py script).
arc lint --everything --trace 2>&1 | grep -E "exec.*check-doc.
py'\s'"
py'$"
Should return a single line (the only call to the check-doc.py script).
Continue