Skip to content

Commit

Permalink
Adapt ODBC test exclusion RegEx
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Feb 17, 2024
1 parent f9398ed commit 7cd867e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/test_odbc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ source ${SOCI_SOURCE_DIR}/scripts/ci/common.sh

# Exclude the tests which can't be run due to the absence of ODBC drivers (MS
# SQL and MySQL).
LSAN_OPTIONS=suppressions=${SOCI_SOURCE_DIR}/scripts/suppress_odbc.txt run_test -E 'soci_odbc_test_m.sql'
LSAN_OPTIONS=suppressions=${SOCI_SOURCE_DIR}/scripts/suppress_odbc.txt run_test -E 'soci_odbc_m.sql_test'

0 comments on commit 7cd867e

Please sign in to comment.