Skip to content

Commit

Permalink
Revert "[move][tracing] Document flag for generating traces from `sui…
Browse files Browse the repository at this point in the history
… move test`" (#19346)

Reverts #19326
  • Loading branch information
tzakian authored Sep 12, 2024
1 parent 1f7b34e commit fbf20c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/sui-move/src/disassemble.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub struct Disassemble {
module_path: PathBuf,

/// Whether to display the disassembly in raw Debug format
#[clap(long = "Xdebug", hide = true)]
#[clap(long = "Xdebug")]
debug: bool,

#[clap(short = 'i', long = "interactive")]
Expand Down
3 changes: 1 addition & 2 deletions external-crates/move/crates/move-cli/src/base/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ pub struct Test {
#[clap(name = "rand-num-iters", long = "rand-num-iters")]
pub rand_num_iters: Option<u64>,

/// Enable tracing for tests. A separate trace file will be created for each test. If `PATH` is
/// provided, the trace will be written to the `PATH` directory.
// Enable tracing for tests
#[clap(long = "trace-execution", value_name = "PATH")]
pub trace_execution: Option<Option<String>>,
}
Expand Down

0 comments on commit fbf20c9

Please sign in to comment.