Commit 4a697ab
fix(arbtest): use --manifest-path so cargo finds workspace from /output
cargo test was running from $FUZZ_OUTPUT_DIR (/output) where there is
no Cargo.toml. Without --manifest-path, cargo fails with "could not
find Cargo.toml". Also removed unnecessary cd to /output since cargo
test doesn't write to CWD.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b6692a3 commit 4a697ab
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | 116 | | |
118 | | - | |
| 117 | + | |
119 | 118 | | |
120 | 119 | | |
121 | 120 | | |
| |||
143 | 142 | | |
144 | 143 | | |
145 | 144 | | |
146 | | - | |
147 | | - | |
148 | 145 | | |
149 | 146 | | |
150 | 147 | | |
| |||
175 | 172 | | |
176 | 173 | | |
177 | 174 | | |
178 | | - | |
| 175 | + | |
179 | 176 | | |
180 | 177 | | |
181 | 178 | | |
| |||
0 commit comments