File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1186,9 +1186,11 @@ fn doc_all_workspace() {
1186
1186
1187
1187
// The order in which bar is compiled or documented is not deterministic
1188
1188
p. cargo ( "doc --workspace" )
1189
- . with_stderr_contains ( "[..] Documenting bar v0.1.0 ([..])" )
1190
- . with_stderr_contains ( "[..] Checking bar v0.1.0 ([..])" )
1191
- . with_stderr_contains ( "[..] Documenting foo v0.1.0 ([..])" )
1189
+ . with_stderr_contains ( "[DOCUMENTING] bar v0.1.0 ([..])" )
1190
+ . with_stderr_contains ( "[CHECKING] bar v0.1.0 ([..])" )
1191
+ . with_stderr_contains ( "[DOCUMENTING] foo v0.1.0 ([..])" )
1192
+ . with_stderr_contains ( "[GENERATED] [CWD]/target/doc/bar/index.html" )
1193
+ . with_stderr_contains ( "[GENERATED] [CWD]/target/doc/foo/index.html" )
1192
1194
. run ( ) ;
1193
1195
}
1194
1196
You can’t perform that action at this time.
0 commit comments