Skip to content

Improve run tests unix#630

Closed
sfc-gh-jszczerbinski wants to merge 2 commits intomainfrom
NO-SNOW-Improve-run-scripts
Closed

Improve run tests unix#630
sfc-gh-jszczerbinski wants to merge 2 commits intomainfrom
NO-SNOW-Improve-run-scripts

Conversation

@sfc-gh-jszczerbinski
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings March 19, 2026 14:02
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Unix ODBC test runner script to support a configurable CMake build directory and to forward additional CLI arguments through to ctest, while also emitting JUnit XML output.

Changes:

  • Add a BUILD_DIR argument (defaulting to cmake-build) and use it for CMake/CTest paths.
  • Forward remaining CLI args to ctest.
  • Enable ctest JUnit output (results.xml).

You can also share your feedback on Copilot code review. Take the survey.

cd "$(dirname "$0")/../../odbc_tests"

BUILD_DIR="${1:-cmake-build}"
shift 2>/dev/null || true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants