Skip to content

Commit

Permalink
Merge #992
Browse files Browse the repository at this point in the history
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 <ahuszagh@gmail.com>
  • Loading branch information
bors[bot] and Alexhuszagh authored Aug 8, 2022
2 parents f5b4671 + 4ef259b commit e0d77d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test-bisect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cargo -V | grep 2022-06
' > bisect.sh
chmod +x bisect.sh

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

0 comments on commit e0d77d1

Please sign in to comment.