Skip to content

Commit e0d77d1

Browse files
Merge #992
992: Fix cargo-bisect-rustc issues during CI. r=Emilgardis a=Alexhuszagh Works around rust-lang/cargo-bisect-rustc#186. Co-authored-by: Alex Huszagh <[email protected]>
2 parents f5b4671 + 4ef259b commit e0d77d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test-bisect.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cargo -V | grep 2022-06
3737
' > bisect.sh
3838
chmod +x bisect.sh
3939

40-
if ! err=$(cargo bisect-rustc --start 2022-07-01 --end 2022-07-03 --script=./bisect.sh --target "${TARGET}" 2>&1); then
40+
if ! err=$(cargo-bisect-rustc --start 2022-07-01 --end 2022-07-03 --script=./bisect.sh --target "${TARGET}" 2>&1); then
4141
if [[ "${err}" != *"does not reproduce the regression"* ]]; then
4242
echo "${err}"
4343
exit 1

0 commit comments

Comments
 (0)