Skip to content

Commit

Permalink
attept rust 1.44.1
Browse files Browse the repository at this point in the history
Closes: #4708
Approved by: metajack
rexhoffman authored and bors-libra committed Jun 24, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent cfc9bcc commit 2056bdd
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.44.0
1.44.1
2 changes: 1 addition & 1 deletion scripts/coverage_report.sh
Original file line number Diff line number Diff line change
@@ -102,7 +102,7 @@ while read -r line; do
fi
# Don't fail out of the loop here. We just want to run the test binary
# to collect its profile data. Also note which crates fail under coverage.
( cd "$dirline" && pwd && cargo xtest ) || FAILED_CRATES="${FAILED_CRATES}:${subdir}"
( cd "$dirline" && pwd && RUST_BACKTRACE=1 cargo xtest ) || FAILED_CRATES="${FAILED_CRATES}:${subdir}"
done < <(find "$TEST_DIR" -name 'Cargo.toml')

# Make the coverage directory if it doesn't exist

0 comments on commit 2056bdd

Please sign in to comment.