Skip to content

Commit 4ef259b

Browse files
committed
Fix cargo-bisect-rustc issues during CI.
1 parent f5b4671 commit 4ef259b

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)