Skip to content

Commit 5825903

Browse files
authored
qa_tests: fix DUMP_RESPONSE in RPC latest test runner (#17719)
Redo #17275 because it got lost after some merge/rebase
1 parent 03922ae commit 5825903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/run_rpc_tests_ethereum_latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ DISABLED_TEST_LIST=(
3232
DISABLED_TESTS=$(IFS=,; echo "${DISABLED_TEST_LIST[*]}")
3333

3434
# 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"
35+
"$(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

Comments
 (0)