fix shellcheck

This commit is contained in:
Alexander Tokmakov 2023-03-01 16:41:51 +01:00
parent b11ed59107
commit 6ee65fa1dc
4 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# Tags: long, no-replicated-database, no-ordinary-database
# shellcheck disable=SC2015
# shellcheck disable=SC2119
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
# Tags: long, no-parallel, no-ordinary-database
# Test is too heavy, avoid parallel run in Flaky Check
# shellcheck disable=SC2119
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh

View File

@ -2,6 +2,7 @@
# Tags: long, no-ordinary-database
# shellcheck disable=SC2015
# shellcheck disable=SC2119
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# shellcheck disable=SC2120
# Don't check for ODR violation, since we may test shared build with ASAN
export ASAN_OPTIONS=detect_odr_violation=0