File tree 1 file changed +1
-23
lines changed
1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -412,29 +412,7 @@ Caused by:
412
412
413
413
p. cargo ( "check -v" )
414
414
. with_status ( 101 )
415
- . with_stderr_data ( str![ [ r#"
416
- [UPDATING] git repository `ssh://needs-proxy.invalid/git`
417
- [RUNNING] `git fetch --verbose --force --update-head-ok [..]ssh://needs-proxy.invalid/git[..] [..]+HEAD:refs/remotes/origin/HEAD[..]`
418
- ssh: Could not resolve hostname needs-proxy.invalid: [..] not known
419
- fatal: Could not read from remote repository.
420
-
421
- Please make sure you have the correct access rights
422
- and the repository exists.
423
- [ERROR] failed to get `foo` as a dependency of package `foo v0.0.0 ([ROOT]/foo)`
424
-
425
- Caused by:
426
- failed to load source for dependency `foo`
427
-
428
- Caused by:
429
- Unable to update ssh://needs-proxy.invalid/git
430
-
431
- Caused by:
432
- failed to fetch into: [ROOT]/home/.cargo/git/db/git-[HASH]
433
-
434
- Caused by:
435
- process didn't exit successfully: `git fetch --verbose --force --update-head-ok [..]ssh://needs-proxy.invalid/git[..] [..]+HEAD:refs/remotes/origin/HEAD[..]` ([EXIT_STATUS]: 128)
436
-
437
- "# ] ] )
415
+ . with_stderr_contains ( "[..]Unable to update[..]" )
438
416
. with_stderr_does_not_contain ( "[..]try enabling `git-fetch-with-cli`[..]" )
439
417
. run ( ) ;
440
418
}
You can’t perform that action at this time.
0 commit comments