Skip to content

Commit

Permalink
minors
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Aug 30, 2024
1 parent 8da5435 commit e599395
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -e
OUTPUT=$(./scenario-generator --steps 200)
SCENARIO_NAME="$(cut -d' ' -f2 <<<"$OUTPUT")"
echo "Using scenario $SCENARIO_NAME"
./scenario-tester --rpc ${RPC} --chain-id ${CHAIN_ID} --faucet-sk ${FAUCET_SK} --scenario scenarios/$SCENARIO_NAME.json --avoid-check
./scenario-tester --rpc ${RPC} --chain-id ${CHAIN_ID} --faucet-sk ${FAUCET_SK} --scenario scenarios/$SCENARIO_NAME.json
1 change: 0 additions & 1 deletion src/gen/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ pub mod step;
pub mod steps;
pub mod utils;

/// Simple program to greet a person
#[derive(Parser, Debug)]
#[command(version, about, long_about = None)]
struct Args {
Expand Down

0 comments on commit e599395

Please sign in to comment.