We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03922ae commit 5825903Copy full SHA for 5825903
.github/workflows/scripts/run_rpc_tests_ethereum_latest.sh
@@ -32,4 +32,4 @@ DISABLED_TEST_LIST=(
32
DISABLED_TESTS=$(IFS=,; echo "${DISABLED_TEST_LIST[*]}")
33
34
# Call the main test runner script with the required and optional parameters
35
-"$(dirname "$0")/run_rpc_tests.sh" mainnet v1.95.0 "$DISABLED_TESTS" "$WORKSPACE" "$RESULT_DIR" "latest" "$REFERENCE_HOST" "do-not-compare-error-message"
+"$(dirname "$0")/run_rpc_tests.sh" mainnet v1.95.0 "$DISABLED_TESTS" "$WORKSPACE" "$RESULT_DIR" "latest" "$REFERENCE_HOST" "do-not-compare-error-message" "$DUMP_RESPONSE"
0 commit comments