Skip to content

Commit

Permalink
test: fix different output of trycmd cli testing
Browse files Browse the repository at this point in the history
  • Loading branch information
WSH032 committed Sep 15, 2024
1 parent 286e4a6 commit 64f8824
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/build_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ pub struct BuildOptions {

/// Include debug information in the Wheel.
/// Currently only support `.pdb` files with
/// the same name as the binary(`*.exe`/`*.dll`) on `msvc` platform
/// the same name as the binary(`exe/dll`) on `msvc` platform
#[arg(long)]
pub with_debuginfo: bool,

Expand Down
2 changes: 1 addition & 1 deletion tests/cmd/build.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Options:

--with-debuginfo
Include debug information in the Wheel. Currently only support `.pdb` files with the same
name as the binary(`*[EXE]`/`*.dll`) on `msvc` platform
name as the binary(`exe/dll`) on `msvc` platform

-q, --quiet
Do not print cargo log messages
Expand Down
2 changes: 1 addition & 1 deletion tests/cmd/publish.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Options:

--with-debuginfo
Include debug information in the Wheel. Currently only support `.pdb` files with the same
name as the binary(`*[EXE]`/`*.dll`) on `msvc` platform
name as the binary(`exe/dll`) on `msvc` platform

-q, --quiet
Do not print cargo log messages
Expand Down

0 comments on commit 64f8824

Please sign in to comment.