diff --git a/run_tests.sh b/run_tests.sh index 434ccb9..8e43aab 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -53,9 +53,8 @@ echo "" # Run the tool RUST_LOG="error" cargo run --release -- \ - --kitchensink "$(realpath ~/polkadot-sdk/target/debug/substrate-node)" \ - --eth_proxy "$(realpath ~/polkadot-sdk/target/debug/eth-rpc)" \ --corpus "$CORPUS_FILE" \ --workdir "$WORKDIR" \ + --number-of-nodes 5 echo -e "${GREEN}=== Test run completed! ===${NC}" \ No newline at end of file