mirror of
https://github.com/SOCI/soci.git
synced 2026-01-06 05:00:33 -06:00
9 lines
252 B
Bash
Executable File
9 lines
252 B
Bash
Executable File
#!/bin/bash -e
|
|
# Tests SOCI FB backend in CI builds
|
|
#
|
|
# Copyright (c) 2021 Ilya Sinitsyn <isinitsyn@tt-solutions.com>
|
|
#
|
|
source ${SOCI_SOURCE_DIR}/scripts/ci/common.sh
|
|
|
|
LSAN_OPTIONS=suppressions=${SOCI_SOURCE_DIR}/scripts/suppress_firebird.txt run_test
|