mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-10 14:02:57 +00:00
Merge duplicated rules
This commit is contained in:
parent
f7a3dffc0b
commit
5e6a3be56c
5
test.sh
5
test.sh
@ -24,6 +24,7 @@ while [[ $# -gt 0 ]]; do
|
||||
case $1 in
|
||||
--release)
|
||||
codegen_channel=release
|
||||
channel="release"
|
||||
shift
|
||||
;;
|
||||
--release-sysroot)
|
||||
@ -40,10 +41,6 @@ while [[ $# -gt 0 ]]; do
|
||||
flags="$flags --features $1"
|
||||
shift
|
||||
;;
|
||||
--release)
|
||||
channel="release"
|
||||
shift
|
||||
;;
|
||||
"--test-rustc")
|
||||
func=test_rustc
|
||||
shift
|
||||
|
Loading…
Reference in New Issue
Block a user