Update tests

This commit is contained in:
Omar Abdulla
2025-09-19 18:55:50 +03:00
parent e122bbd996
commit 372cd5c52b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1378,7 +1378,7 @@ mod tests {
let version = node.version().unwrap(); let version = node.version().unwrap();
assert!( assert!(
version.starts_with("Substrate-node"), version.starts_with("substrate-node"),
"Expected Substrate-node version string, got: {version}" "Expected Substrate-node version string, got: {version}"
); );
} }
+1 -1
View File
@@ -91,7 +91,7 @@ echo ""
# Run the tool # Run the tool
RUST_LOG="info" cargo run --release -- execute-tests \ RUST_LOG="info" cargo run --release -- execute-tests \
--platform geth-evm-solc \ --platform geth-evm-solc \
--platform revive-dev-node-revm-solc \ --platform revive-dev-node-polkavm-resolc \
--corpus "$CORPUS_FILE" \ --corpus "$CORPUS_FILE" \
--working-directory "$WORKDIR" \ --working-directory "$WORKDIR" \
--concurrency.number-of-nodes 5 \ --concurrency.number-of-nodes 5 \