Files
oceanbase/unittest/run_tests.sh
oceanbase-admin cea7de1475 init push
2021-05-31 22:56:52 +08:00

8 lines
417 B
Bash
Executable File

#!/bin/bash
CURRENT_DIR="$(cd $(dirname $0); pwd)"
CTEST_COMMAND=${CURRENT_DIR}/../../deps/3rd/usr/local/oceanbase/devtools/bin/ctest
export LD_LIBRARY_PATH=${CURRENT_DIR}/../../deps/3rd/usr/local/oceanbase/devtools/lib64:${CURRENT_DIR}/../../deps/3rd/usr/local/oceanbase/deps/devel/lib/mariadb:${CURRENT_DIR}/../../deps/3rd/usr/local/oceanbase/deps/devel/lib
export CTEST_OUTPUT_ON_FAILURE=ON
${CTEST_COMMAND} "$@"