mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-25 14:50:04 +00:00
Refactor: Extract new crate binstalk-bins
(#1294)
To reduce `binstalk` codegen and enable reuse of it. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
76c72469eb
commit
0c5a65fb35
14 changed files with 114 additions and 87 deletions
|
@ -18,8 +18,8 @@ exit_code="$?"
|
|||
|
||||
set -e
|
||||
|
||||
if [ "$exit_code" != 74 ]; then
|
||||
echo "Expected exit code 74 Io Error, but actual exit code $exit_code"
|
||||
if [ "$exit_code" != 88 ]; then
|
||||
echo "Expected exit code 88 BinFile Error, but actual exit code $exit_code"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue