samredai opened a new pull request, #5246: URL: https://github.com/apache/iceberg/pull/5246
This adds a `PYTEST_ARGS` argument to the `make test` command. This allows you to add arguments that Make will pass through to pytest. For example you can do `make test PYTEST_ARGS="-v"` to get verbose output, or `make test PYTEST_ARGS="--pdb"` to launch the pdb debugger on a failed test. cc: @Fokko @rdblue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
