Skip to content

Commit

Permalink
show stdout on test_nodebuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoin-tools authored Oct 9, 2024
1 parent c63664b commit 593ddf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_nodebuilder
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ fi
# Execute the script with optional command line arguments
printf 'Executing command: %s\n' "${RUN_NODEBUILDER_COMMAND}"
if ! ${RUN_NODEBUILDER_COMMAND} \
> "${STDOUT_TEST_FILENAME}" \
2> "${STDERR_TEST_FILENAME}"; then
> "${STDOUT_TEST_FILENAME}"; then
throw_error "Failed to execute nodebuilder command."
fi

Expand Down

0 comments on commit 593ddf0

Please sign in to comment.