Merge pull request #2881 from nrc/integration-failure

Fix the Failure integration test
This commit is contained in:
Nick Cameron
2018-08-01 12:27:08 +12:00
committed by GitHub
-6
View File
@@ -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}