File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -91,14 +91,28 @@ case ${INTEGRATION} in
91
91
cd -
92
92
;;
93
93
crater)
94
- git clone --depth=1 https://github.com/rust-lang-nursery /${INTEGRATION} .git
94
+ git clone --depth=1 https://github.com/rust-lang/${INTEGRATION} .git
95
95
cd ${INTEGRATION}
96
96
show_head
97
97
check_fmt_with_lib_tests
98
98
cd -
99
99
;;
100
+ bitflags)
101
+ git clone --depth=1 https://github.com/bitflags/${INTEGRATION} .git
102
+ cd ${INTEGRATION}
103
+ show_head
104
+ check_fmt_with_all_tests
105
+ cd -
106
+ ;;
107
+ error-chain | tempdir)
108
+ git clone --depth=1 https://github.com/rust-lang-deprecated/${INTEGRATION} .git
109
+ cd ${INTEGRATION}
110
+ show_head
111
+ check_fmt_with_all_tests
112
+ cd -
113
+ ;;
100
114
* )
101
- git clone --depth=1 https://github.com/rust-lang-nursery /${INTEGRATION} .git
115
+ git clone --depth=1 https://github.com/rust-lang/${INTEGRATION} .git
102
116
cd ${INTEGRATION}
103
117
show_head
104
118
check_fmt_with_all_tests
You can’t perform that action at this time.
0 commit comments