mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-09 20:21:04 +00:00
Update tests
This commit is contained in:
@@ -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
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user