From 028cffaeff20ae9ae7ce311f960a43e4d30ef1f6 Mon Sep 17 00:00:00 2001 From: Omar Abdulla Date: Mon, 25 Aug 2025 18:31:36 +0300 Subject: [PATCH] Edit the runner script --- run_tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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