Commit c59857e
Fix oss_run missing procedure_checks parameter (#361)
Summary:
Pull Request resolved: #361
`unified_parse()` passes `procedure_checks` to the underlying parse function,
but `oss_run()` did not accept this parameter in its signature. This caused a
`TypeError` in OSS/GitHub CI environments where `oss_run` is used instead of
`fb_run`.
Add `procedure_checks` parameter to `oss_run()` and forward it to `parse_logs()`.
Reviewed By: prithvip0524, peiying779
Differential Revision: D97557615
fbshipit-source-id: e2bec2ea18322b7fec96bdc1c732bc1f176d56cd1 parent 6e85c75 commit c59857e
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| |||
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| 130 | + | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| |||
161 | 164 | | |
162 | 165 | | |
163 | 166 | | |
| 167 | + | |
164 | 168 | | |
165 | 169 | | |
166 | 170 | | |
| |||
0 commit comments