Fix the Failure integration test

Fixes #2858
This commit is contained in:
Nick Cameron 2018-08-01 12:01:39 +12:00
parent 9c34986bab
commit b21a9c800c

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}