File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1184,6 +1184,7 @@ fn doc_workspace_open_different_library_and_package_names() {
1184
1184
. env ( "BROWSER" , "echo" )
1185
1185
. with_stderr_contains ( "[..] Documenting foo v0.1.0 ([..])" )
1186
1186
. with_stderr_contains ( "[..] [CWD]/target/doc/foolib/index.html" )
1187
+ . with_stdout_contains ( "[CWD]/target/doc/foolib/index.html" )
1187
1188
. run ( ) ;
1188
1189
1189
1190
p. change_file (
@@ -1197,7 +1198,7 @@ fn doc_workspace_open_different_library_and_package_names() {
1197
1198
// check that the cargo config overrides the browser env var
1198
1199
p. cargo ( "doc --open" )
1199
1200
. env ( "BROWSER" , "true" )
1200
- . with_stdout_contains ( "[..] a [CWD]/target/doc/foolib/index.html" )
1201
+ . with_stdout_contains ( "a [CWD]/target/doc/foolib/index.html" )
1201
1202
. run ( ) ;
1202
1203
}
1203
1204
You can’t perform that action at this time.
0 commit comments