We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5b4671 + 4ef259b commit e0d77d1Copy full SHA for e0d77d1
ci/test-bisect.sh
@@ -37,7 +37,7 @@ cargo -V | grep 2022-06
37
' > bisect.sh
38
chmod +x bisect.sh
39
40
- 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
41
if [[ "${err}" != *"does not reproduce the regression"* ]]; then
42
echo "${err}"
43
exit 1
0 commit comments