mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
Merge pull request #2881 from nrc/integration-failure
Fix the Failure integration test
This commit is contained in:
@@ -68,12 +68,6 @@ case ${INTEGRATION} in
|
||||
check_fmt
|
||||
cd -
|
||||
;;
|
||||
failure)
|
||||
git clone --depth=1 https://github.com/rust-lang-nursery/${INTEGRATION}.git
|
||||
cd ${INTEGRATION}/failure-1.X
|
||||
check_fmt
|
||||
cd -
|
||||
;;
|
||||
*)
|
||||
git clone --depth=1 https://github.com/rust-lang-nursery/${INTEGRATION}.git
|
||||
cd ${INTEGRATION}
|
||||
|
||||
Reference in New Issue
Block a user