Warning, file /sdk/codevis/thirdparty/soci/scripts/ci/test_odbc.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #!/usr/bin/env bash
0002 # Tests SOCI ODBC backend in CI builds
0003 #
0004 # Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>
0005 # Copyright (c) 2021 Vadim Zeitlin <vz-soci@zeitlins.org>
0006 #
0007 source ${SOCI_SOURCE_DIR}/scripts/ci/common.sh
0008 
0009 # Exclude the tests which can't be run due to the absence of ODBC drivers (MS
0010 # SQL and MySQL).
0011 LSAN_OPTIONS=suppressions=${SOCI_SOURCE_DIR}/scripts/suppress_odbc.txt run_test -E 'soci_odbc_test_m.sql'