Skip to content

Commit

Permalink
Add --console flag when running core during integration tests
Browse files Browse the repository at this point in the history
This flag will make it so the core container will print all its logs to stdout which is very useful for debugging.
  • Loading branch information
tamirms committed Aug 1, 2023
1 parent 595c41b commit c70134e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/internal/test/core-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ if [ "$1" = "standalone" ]; then
popd
fi

exec stellar-core run
exec stellar-core run --console

0 comments on commit c70134e

Please sign in to comment.