From 7cd867e82c76bded57ef3911f2642e12b9333f83 Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Sat, 17 Feb 2024 17:17:47 +0100 Subject: [PATCH] Adapt ODBC test exclusion RegEx --- scripts/ci/test_odbc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/test_odbc.sh b/scripts/ci/test_odbc.sh index ebc011a85..27fa608c1 100755 --- a/scripts/ci/test_odbc.sh +++ b/scripts/ci/test_odbc.sh @@ -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'