-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test(ship): Add test for install failfast
Signed-off-by: Paul Mabileau <paulmabileau@hotmail.fr>
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
INFO cargo_liner::cargo > Installing `abc`... | ||
Updating `dummy-registry` index | ||
error: could not find `abc` in registry `crates-io` with version `*` | ||
Error: | ||
0: Failed to install or update the configured packages. | ||
1: Failed to install "abc". | ||
2: Cargo process finished unsuccessfully: exit status: 101 | ||
|
||
Location: | ||
src/cargo.rs:[..] | ||
|
||
Note: This can happen for many reasons. | ||
Suggestion: Read Cargo's output. | ||
|
||
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it. | ||
Run with RUST_BACKTRACE=full to include source snippets. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters