mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
tests: fix finished line for 3 other tests
This commit is contained in:
parent
5d048e0330
commit
b0db19338a
@ -535,7 +535,7 @@ fn cross_tests() {
|
||||
.with_stderr(&format!(
|
||||
"\
|
||||
[COMPILING] foo v0.0.0 ([CWD])
|
||||
[FINISHED] dev [unoptimized + debuginfo] target(s) in [..]
|
||||
[FINISHED] test [unoptimized + debuginfo] target(s) in [..]
|
||||
[RUNNING] target/{triple}/debug/deps/foo-[..][EXE]
|
||||
[RUNNING] target/{triple}/debug/deps/bar-[..][EXE]",
|
||||
triple = target
|
||||
@ -595,7 +595,7 @@ fn no_cross_doctests() {
|
||||
.with_stderr(&format!(
|
||||
"\
|
||||
[COMPILING] foo v0.0.1 ([CWD])
|
||||
[FINISHED] dev [unoptimized + debuginfo] target(s) in [..]
|
||||
[FINISHED] test [unoptimized + debuginfo] target(s) in [..]
|
||||
[RUNNING] target/{triple}/debug/deps/foo-[..][EXE]
|
||||
",
|
||||
triple = target
|
||||
@ -1224,7 +1224,7 @@ fn cross_test_dylib() {
|
||||
"\
|
||||
[COMPILING] bar v0.0.1 ([CWD]/bar)
|
||||
[COMPILING] foo v0.0.1 ([CWD])
|
||||
[FINISHED] dev [unoptimized + debuginfo] target(s) in [..]
|
||||
[FINISHED] test [unoptimized + debuginfo] target(s) in [..]
|
||||
[RUNNING] target/{arch}/debug/deps/foo-[..][EXE]
|
||||
[RUNNING] target/{arch}/debug/deps/test-[..][EXE]",
|
||||
arch = cross_compile::alternate()
|
||||
|
Loading…
x
Reference in New Issue
Block a user